diff options
Diffstat (limited to 'MdePkg/Include/Protocol/Hash.h')
-rw-r--r-- | MdePkg/Include/Protocol/Hash.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Include/Protocol/Hash.h b/MdePkg/Include/Protocol/Hash.h index 7007c78142..9355da4fff 100644 --- a/MdePkg/Include/Protocol/Hash.h +++ b/MdePkg/Include/Protocol/Hash.h @@ -85,7 +85,7 @@ typedef union { @param This Points to this instance of EFI_HASH_PROTOCOL.
@param HashAlgorithm Points to the EFI_GUID which identifies the algorithm to use.
- @param HashSize Holds the returned size of the algorithmĄ¯s hash.
+ @param HashSize Holds the returned size of the algorithm's hash.
@retval EFI_SUCCESS Hash size returned successfully.
@retval EFI_INVALID_PARAMETER HashSize is NULL
@@ -117,7 +117,7 @@ EFI_STATUS @retval EFI_SUCCESS Hash returned successfully.
@retval EFI_INVALID_PARAMETER Message or Hash is NULL
@retval 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.
**/
typedef
|