From fd0d281b3c5999e9f4fa01f3ad26590e4a047dfc Mon Sep 17 00:00:00 2001 From: qhuang8 Date: Thu, 19 Jun 2008 11:15:44 +0000 Subject: Remove unrecognized chars in comment for all source C/h files. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5354 6f19259b-4bc3-4df7-8a09-765794883524 --- .../Compatibility/FrameworkHiiToUefiHiiThunk/ConfigAccess.c | 6 +++--- .../Compatibility/FrameworkHiiToUefiHiiThunk/ConfigAccess.h | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'EdkCompatibilityPkg/Compatibility') diff --git a/EdkCompatibilityPkg/Compatibility/FrameworkHiiToUefiHiiThunk/ConfigAccess.c b/EdkCompatibilityPkg/Compatibility/FrameworkHiiToUefiHiiThunk/ConfigAccess.c index bd62f8e5e3..bac07de530 100644 --- a/EdkCompatibilityPkg/Compatibility/FrameworkHiiToUefiHiiThunk/ConfigAccess.c +++ b/EdkCompatibilityPkg/Compatibility/FrameworkHiiToUefiHiiThunk/ConfigAccess.c @@ -400,8 +400,8 @@ ExtractConfigFromUefiVariable ( includes the routing information as well as the configurable name / value pairs. It is invalid for this string to be in format. - @param Progress On return, points to a character in the Request string. Points to the string¡¯s null - terminator if request was successful. Points to the most recent ¡®&¡¯ before the first + @param Progress On return, points to a character in the Request string. Points to the string's null + terminator if request was successful. Points to the most recent '&' before the first failing name / value pair (or the beginning of the string if the failure is in the first name / value pair) if the request was not successful @param Results A null-terminated Unicode string in format which has all @@ -481,7 +481,7 @@ ThunkExtractConfig ( @param This Points to the EFI_HII_CONFIG_ACCESS_PROTOCOL @param Configuration A null-terminated Unicode string in format. - @param Progress A pointer to a string filled in with the offset of the most recent ¡®&¡¯ before the first + @param Progress A pointer to a string filled in with the offset of the most recent '&' before the first failing name / value pair (or the beginning of the string if the failure is in the first name / value pair) or the terminating NULL if all was successful. diff --git a/EdkCompatibilityPkg/Compatibility/FrameworkHiiToUefiHiiThunk/ConfigAccess.h b/EdkCompatibilityPkg/Compatibility/FrameworkHiiToUefiHiiThunk/ConfigAccess.h index e384b04aaa..67f9b7ca9d 100644 --- a/EdkCompatibilityPkg/Compatibility/FrameworkHiiToUefiHiiThunk/ConfigAccess.h +++ b/EdkCompatibilityPkg/Compatibility/FrameworkHiiToUefiHiiThunk/ConfigAccess.h @@ -49,8 +49,8 @@ InstallDefaultUefiConfigAccessProtocol ( includes the routing information as well as the configurable name / value pairs. It is invalid for this string to be in format. - @param Progress On return, points to a character in the Request string. Points to the string¡¯s null - terminator if request was successful. Points to the most recent ¡®&¡¯ before the first + @param Progress On return, points to a character in the Request string. Points to the string's null + terminator if request was successful. Points to the most recent '&' before the first failing name / value pair (or the beginning of the string if the failure is in the first name / value pair) if the request was not successful @param Results A null-terminated Unicode string in format which has all @@ -80,7 +80,7 @@ ThunkExtractConfig ( @param This Points to the EFI_HII_CONFIG_ACCESS_PROTOCOL @param Configuration A null-terminated Unicode string in format. - @param Progress A pointer to a string filled in with the offset of the most recent ¡®&¡¯ before the first + @param Progress A pointer to a string filled in with the offset of the most recent '&' before the first failing name / value pair (or the beginning of the string if the failure is in the first name / value pair) or the terminating NULL if all was successful. -- cgit v1.2.3