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
This commit is contained in:
qhuang8
2008-06-19 11:15:44 +00:00
parent d33ef4e7c6
commit fd0d281b3c
17 changed files with 57 additions and 57 deletions

View File

@ -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 <MultiConfigRequest> format.
@param Progress On return, points to a character in the Request string. Points to the string<EFBFBD><EFBFBD>s null
terminator if request was successful. Points to the most recent <EFBFBD><EFBFBD>&<26><> 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 <ConfigAltResp> 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 <ConfigResp> format.
@param Progress A pointer to a string filled in with the offset of the most recent <EFBFBD><EFBFBD>&<26><> 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.