summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Ppi
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-05-27 03:24:01 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-05-27 03:24:01 +0000
commitac644614683362804223844048c5be1a2adfa6b7 (patch)
treede6dd02cb7d5c663e368665c33218a09c93d84ed /MdePkg/Include/Ppi
parentb233cbe5cc832b56c25cc95a33684de68976961b (diff)
downloadedk2-platforms-ac644614683362804223844048c5be1a2adfa6b7.tar.xz
De-unicode in comment for all source files.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5302 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Ppi')
-rw-r--r--MdePkg/Include/Ppi/Decompress.h2
-rw-r--r--MdePkg/Include/Ppi/ReadOnlyVariable2.h14
2 files changed, 8 insertions, 8 deletions
diff --git a/MdePkg/Include/Ppi/Decompress.h b/MdePkg/Include/Ppi/Decompress.h
index 1c013bea2d..87b893ccd2 100644
--- a/MdePkg/Include/Ppi/Decompress.h
+++ b/MdePkg/Include/Ppi/Decompress.h
@@ -60,7 +60,7 @@ EFI_STATUS
/**
- This PPI¡¯s single member function decompresses a compression
+ This PPI's single member function decompresses a compression
encapsulated section. It is used by the PEI Foundation to
process sectioned files. Prior to the installation of this PPI,
compression sections will be ignored.
diff --git a/MdePkg/Include/Ppi/ReadOnlyVariable2.h b/MdePkg/Include/Ppi/ReadOnlyVariable2.h
index f4f85086ca..566d5f121e 100644
--- a/MdePkg/Include/Ppi/ReadOnlyVariable2.h
+++ b/MdePkg/Include/Ppi/ReadOnlyVariable2.h
@@ -33,12 +33,12 @@ typedef struct _EFI_PEI_READ_ONLY_VARIABLE2_PPI EFI_PEI_READ_ONLY_VARIABLE2_PPI
@param This A pointer to this instance of the EFI_PEI_READ_ONLY_VARIABLE2_PPI.
- @param VariableName A pointer to a null-terminated string that is the variable¡¯s name.
+ @param VariableName A pointer to a null-terminated string that is the variable's name.
- @param VendorGuid A pointer to an EFI_GUID that is the variable¡¯s GUID. The combination of
+ @param VendorGuid A pointer to an EFI_GUID that is the variable's GUID. The combination of
VariableGuid and VariableName must be unique.
- @param Attributes If non-NULL, on return, points to the variable¡¯s attributes. See ¡°Related Definitons¡±
+ @param Attributes If non-NULL, on return, points to the variable's attributes. See "Related Definitons"
below for possible attribute values.
@param DataSize On entry, points to the size in bytes of the Data buffer. On return, points to the size of
@@ -84,11 +84,11 @@ EFI_STATUS
@param VariableNameSize On entry, points to the size of the buffer pointed to by VariableName.
- @param VariableName On entry, a pointer to a null-terminated string that is the variable¡¯s name.
- On return, points to the next variable¡¯s null-terminated name string.
+ @param VariableName On entry, a pointer to a null-terminated string that is the variable's name.
+ On return, points to the next variable's null-terminated name string.
- @param VendorGuid On entry, a pointer to an UEFI _GUID that is the variable¡¯s GUID.
- On return, a pointer to the next variable¡¯s GUID.
+ @param VendorGuid On entry, a pointer to an UEFI _GUID that is the variable's GUID.
+ On return, a pointer to the next variable's GUID.
@retval EFI_SUCCESS The variable was read successfully.