summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Ppi
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2009-09-21 14:44:09 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2009-09-21 14:44:09 +0000
commitfa3e7746bb6cda21a9e8c600d19b8228ec7bcc34 (patch)
tree33985629ad0d370c76b46fcfe7a08e21a54ef01c /MdePkg/Include/Ppi
parent81bf52d6d87e92f21678140322d32b726fc8f3b7 (diff)
downloadedk2-platforms-fa3e7746bb6cda21a9e8c600d19b8228ec7bcc34.tar.xz
Remove some unicode characters in MdePkg source code.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9296 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Ppi')
-rw-r--r--MdePkg/Include/Ppi/PiPcd.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/MdePkg/Include/Ppi/PiPcd.h b/MdePkg/Include/Ppi/PiPcd.h
index f4edfff23d..b0c9e85f10 100644
--- a/MdePkg/Include/Ppi/PiPcd.h
+++ b/MdePkg/Include/Ppi/PiPcd.h
@@ -44,7 +44,7 @@ extern EFI_GUID gEfiPeiPcdPpiGuid;
The SKU Id of zero is reserved as a default. The valid SkuId range is 1 to 255. For tokens that are
not SKU enabled, the system ignores any set SKU Id and works with the single value for that token.
For SKU-enabled tokens, the system will use the SKU Id set by the last call to SetSku(). If no
- SKU Id is set or the currently set SKU Id isn’t valid for the specified token, the system uses the
+ SKU Id is set or the currently set SKU Id isn't valid for the specified token, the system uses the
default SKU Id. If the system attempts to use the default SKU Id and no value has been set for that
Id, the results are unpredictable.
@@ -155,7 +155,7 @@ UINTN
Sets an 8-bit value for a given PCD token.
When the PCD service sets a value, it will check to ensure that the size of the value being set is
- compatible with the Token’s existing definition. If it is not, an error will be returned.
+ compatible with the Token's existing definition. If it is not, an error will be returned.
@param[in] Guid The 128-bit unique value that designates which namespace to extract the value from.
@param[in] TokenNumber The PCD token number.
@@ -179,7 +179,7 @@ EFI_STATUS
Sets an 16-bit value for a given PCD token.
When the PCD service sets a value, it will check to ensure that the size of the value being set is
- compatible with the Token’s existing definition. If it is not, an error will be returned.
+ compatible with the Token's existing definition. If it is not, an error will be returned.
@param[in] Guid The 128-bit unique value that designates which namespace to extract the value from.
@param[in] TokenNumber The PCD token number.
@@ -203,7 +203,7 @@ EFI_STATUS
Sets an 32-bit value for a given PCD token.
When the PCD service sets a value, it will check to ensure that the size of the value being set is
- compatible with the Token’s existing definition. If it is not, an error will be returned.
+ compatible with the Token's existing definition. If it is not, an error will be returned.
@param[in] Guid The 128-bit unique value that designates which namespace to extract the value from.
@param[in] TokenNumber The PCD token number.
@@ -227,7 +227,7 @@ EFI_STATUS
Sets an 64-bit value for a given PCD token.
When the PCD service sets a value, it will check to ensure that the size of the value being set is
- compatible with the Token’s existing definition. If it is not, an error will be returned.
+ compatible with the Token's existing definition. If it is not, an error will be returned.
@param[in] Guid The 128-bit unique value that designates which namespace to extract the value from.
@param[in] TokenNumber The PCD token number.
@@ -251,7 +251,7 @@ EFI_STATUS
Sets a value of the specified size for a given PCD token.
When the PCD service sets a value, it will check to ensure that the size of the value being set is
- compatible with the Token’s existing definition. If it is not, an error will be returned.
+ compatible with the Token's existing definition. If it is not, an error will be returned.
@param[in] Guid The 128-bit unique value that designates which namespace to extract the value from.
@param[in] TokenNumber The PCD token number.
@@ -277,7 +277,7 @@ EFI_STATUS
Sets a Boolean value for a given PCD token.
When the PCD service sets a value, it will check to ensure that the size of the value being set is
- compatible with the Token’s existing definition. If it is not, an error will be returned.
+ compatible with the Token's existing definition. If it is not, an error will be returned.
@param[in] Guid The 128-bit unique value that designates which namespace to extract the value from.
@param[in] TokenNumber The PCD token number.