diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-08-30 02:53:08 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-08-30 02:53:08 +0000 |
commit | 5528573c45c9aa5c82a41de6b15ebc0550ac947f (patch) | |
tree | b4d66d7abf84486becc0119a7f608cb9752d2c0b | |
parent | 5359495341992bf2c6f67f9ecf3099191e1ac78a (diff) | |
download | edk2-platforms-5528573c45c9aa5c82a41de6b15ebc0550ac947f.tar.xz |
Fix non-Ascii character in comments
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3735 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | MdePkg/Include/Pi/PiPeiCis.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/MdePkg/Include/Pi/PiPeiCis.h b/MdePkg/Include/Pi/PiPeiCis.h index 8fa531fb13..ce8dc8a849 100644 --- a/MdePkg/Include/Pi/PiPeiCis.h +++ b/MdePkg/Include/Pi/PiPeiCis.h @@ -563,7 +563,7 @@ typedef struct { @param FileHandle Handle of the file.
- @param FileInfo Upon exit, points to the file¡¯s
+ @param FileInfo Upon exit, points to the file's
information.
@retval EFI_SUCCESS File information returned.
@@ -622,7 +622,7 @@ typedef struct { @param VolumeHandle Handle of the volume.
- @param VolumeInfo Upon exit, points to the volume¡¯s
+ @param VolumeInfo Upon exit, points to the volume's
information.
@retval EFI_SUCCESS File information returned.
@@ -652,7 +652,7 @@ EFI_STATUS initialized after permanent memory is installed, even the first
time.
- @param FileHandle PEIM¡¯s file handle. Must be the currently
+ @param FileHandle PEIM's file handle. Must be the currently
xecuting PEIM.
@retval EFI_SUCCESS The PEIM was successfully registered for
|