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

@ -100,7 +100,7 @@ EFI_STATUS
Arguments:
This - Points to this instance of EFI_HASH_PROTOCOL.
HashAlgorithm - Points to the EFI_GUID which identifies the algorithm to use.
HashSize - Holds the returned size of the algorithm<EFBFBD><EFBFBD>s hash.
HashSize - Holds the returned size of the algorithm's hash.
Returns:
EFI_SUCCESS - Hash size returned successfully.
@ -139,7 +139,7 @@ EFI_STATUS
EFI_SUCCESS - Hash returned successfully.
EFI_INVALID_PARAMETER - Message or Hash is NULL
EFI_UNSUPPORTED - The algorithm specified by HashAlgorithm is not supported by this
driver. Or extend is TRUE and the algorithm doesn<EFBFBD><EFBFBD>t support extending the hash.
driver. Or extend is TRUE and the algorithm doesn't support extending the hash.
--*/
;