diff options
author | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-31 04:59:08 +0000 |
---|---|---|
committer | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-31 04:59:08 +0000 |
commit | 5d51e4639b51b195ccb7ac941e4f5c0c7e7983b5 (patch) | |
tree | 96d1ea39470df34babd852dd775d6f7d02d47f83 /MdePkg | |
parent | da06ac1c701b701c595002cba329e9cccfb2a4b2 (diff) | |
download | edk2-platforms-5d51e4639b51b195ccb7ac941e4f5c0c7e7983b5.tar.xz |
De-Unicode
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6346 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg')
-rw-r--r-- | MdePkg/Include/IndustryStandard/Pal.h | 2 | ||||
-rw-r--r-- | MdePkg/Include/IndustryStandard/Sal.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/MdePkg/Include/IndustryStandard/Pal.h b/MdePkg/Include/IndustryStandard/Pal.h index 4e9cde6075..fdeea7fe31 100644 --- a/MdePkg/Include/IndustryStandard/Pal.h +++ b/MdePkg/Include/IndustryStandard/Pal.h @@ -1,5 +1,5 @@ /** @file
- Main PAL API's defined in Intel Itanium Architecture Software Developer’s Manual.
+ Main PAL API's defined in Intel Itanium Architecture Software Developer's Manual.
Copyright (c) 2006 - 2008, Intel Corporation
All rights reserved. This program and the accompanying materials
diff --git a/MdePkg/Include/IndustryStandard/Sal.h b/MdePkg/Include/IndustryStandard/Sal.h index 18225ba7b8..32cfc1ec05 100644 --- a/MdePkg/Include/IndustryStandard/Sal.h +++ b/MdePkg/Include/IndustryStandard/Sal.h @@ -344,8 +344,8 @@ typedef struct _SAL_UPDATE_PAL_INFO_BLOCK { #pragma pack(1)
typedef struct {
///
- /// The ASCII string representation of “SST_”, which confirms the presence of the table.
- ///
+ /// The ASCII string representation of "SST_" which confirms the presence of the table.
+ ///
UINT32 Signature;
///
/// The length of the entire table in bytes, starting from offset zero and including the
|