diff options
author | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-06-19 11:15:44 +0000 |
---|---|---|
committer | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-06-19 11:15:44 +0000 |
commit | fd0d281b3c5999e9f4fa01f3ad26590e4a047dfc (patch) | |
tree | 91be3043660b8ad0cd7d830070f26c4c18526a7a /EdkCompatibilityPkg/Foundation/Library/Pei | |
parent | d33ef4e7c6e3374312e64371400c3b47d9359dc0 (diff) | |
download | edk2-platforms-fd0d281b3c5999e9f4fa01f3ad26590e4a047dfc.tar.xz |
Remove unrecognized chars in comment for all source C/h files.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5354 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkCompatibilityPkg/Foundation/Library/Pei')
-rw-r--r-- | EdkCompatibilityPkg/Foundation/Library/Pei/Hob/PeiHobLib.c | 2 | ||||
-rw-r--r-- | EdkCompatibilityPkg/Foundation/Library/Pei/Include/PeiHobLib.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/EdkCompatibilityPkg/Foundation/Library/Pei/Hob/PeiHobLib.c b/EdkCompatibilityPkg/Foundation/Library/Pei/Hob/PeiHobLib.c index ca7897a987..6612fc47db 100644 --- a/EdkCompatibilityPkg/Foundation/Library/Pei/Hob/PeiHobLib.c +++ b/EdkCompatibilityPkg/Foundation/Library/Pei/Hob/PeiHobLib.c @@ -504,7 +504,7 @@ Arguments: Length - The length in bytes of memory allocated by this HOB.
- Name - A GUID that defines the memory allocation region¡¯s type and purpose,
+ Name - A GUID that defines the memory allocation region's type and purpose,
as well as other fields within the memory allocation HOB.
MemoryType - Defines the type of memory allocated by this HOB.
diff --git a/EdkCompatibilityPkg/Foundation/Library/Pei/Include/PeiHobLib.h b/EdkCompatibilityPkg/Foundation/Library/Pei/Include/PeiHobLib.h index 0e90e454fa..8c6819a183 100644 --- a/EdkCompatibilityPkg/Foundation/Library/Pei/Include/PeiHobLib.h +++ b/EdkCompatibilityPkg/Foundation/Library/Pei/Include/PeiHobLib.h @@ -300,7 +300,7 @@ Arguments: Length - The length in bytes of memory allocated by this HOB.
- Name - A GUID that defines the memory allocation region¡¯s type and purpose,
+ Name - A GUID that defines the memory allocation region's type and purpose,
as well as other fields within the memory allocation HOB.
MemoryType - Defines the type of memory allocated by this HOB.
|