summaryrefslogtreecommitdiff
path: root/EdkCompatibilityPkg/Foundation/Efi/Protocol/Hash/Hash.h
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-06-19 11:15:44 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-06-19 11:15:44 +0000
commitfd0d281b3c5999e9f4fa01f3ad26590e4a047dfc (patch)
tree91be3043660b8ad0cd7d830070f26c4c18526a7a /EdkCompatibilityPkg/Foundation/Efi/Protocol/Hash/Hash.h
parentd33ef4e7c6e3374312e64371400c3b47d9359dc0 (diff)
downloadedk2-platforms-fd0d281b3c5999e9f4fa01f3ad26590e4a047dfc.tar.xz
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
Diffstat (limited to 'EdkCompatibilityPkg/Foundation/Efi/Protocol/Hash/Hash.h')
-rw-r--r--EdkCompatibilityPkg/Foundation/Efi/Protocol/Hash/Hash.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/EdkCompatibilityPkg/Foundation/Efi/Protocol/Hash/Hash.h b/EdkCompatibilityPkg/Foundation/Efi/Protocol/Hash/Hash.h
index 1fa9afb8dd..8d9cdfa65d 100644
--- a/EdkCompatibilityPkg/Foundation/Efi/Protocol/Hash/Hash.h
+++ b/EdkCompatibilityPkg/Foundation/Efi/Protocol/Hash/Hash.h
@@ -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Ą¯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Ą¯t support extending the hash.
+ driver. Or extend is TRUE and the algorithm doesn't support extending the hash.
--*/
;