From 5528573c45c9aa5c82a41de6b15ebc0550ac947f Mon Sep 17 00:00:00 2001 From: klu2 Date: Thu, 30 Aug 2007 02:53:08 +0000 Subject: [PATCH] Fix non-Ascii character in comments git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3735 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Include/Pi/PiPeiCis.h | 6 +++--- 1 file 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 -- 2.39.2