summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Protocol/Hash.h
diff options
context:
space:
mode:
authorpkandel <pkandel@6f19259b-4bc3-4df7-8a09-765794883524>2009-06-04 05:49:29 +0000
committerpkandel <pkandel@6f19259b-4bc3-4df7-8a09-765794883524>2009-06-04 05:49:29 +0000
commit630b41877e9a1afe59d4f8a1c22bc691fe933ff8 (patch)
treefe787e60e04dc70dd307ca64fa0e89c02565752d /MdePkg/Include/Protocol/Hash.h
parente79a2975adf4a1a6ae8a26db0bf2143b462b9fd9 (diff)
downloadedk2-platforms-630b41877e9a1afe59d4f8a1c22bc691fe933ff8.tar.xz
Reviewed the code comments in the Include/Protocol directory for typos, grammar issues, and language clarity.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8462 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Protocol/Hash.h')
-rw-r--r--MdePkg/Include/Protocol/Hash.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/MdePkg/Include/Protocol/Hash.h b/MdePkg/Include/Protocol/Hash.h
index fe8c9011a0..e5cc8ded3a 100644
--- a/MdePkg/Include/Protocol/Hash.h
+++ b/MdePkg/Include/Protocol/Hash.h
@@ -2,7 +2,7 @@
EFI_HASH_SERVICE_BINDING_PROTOCOL as defined in UEFI 2.0.
EFI_HASH_PROTOCOL as defined in UEFI 2.0.
The EFI Hash Service Binding Protocol is used to locate hashing services support
- provided by a driver and create and destroy instances of the EFI Hash Protocol
+ provided by a driver and to create and destroy instances of the EFI Hash Protocol
so that a multiple drivers can use the underlying hashing services.
The EFI Service Binding Protocol defines the generic Service Binding Protocol functions.
@@ -79,7 +79,7 @@ typedef union {
} EFI_HASH_OUTPUT;
/**
- Returns the size of the hash which results from a specific algorithm.
+ Returns the size of the hash that results from a specific algorithm.
@param This Points to this instance of EFI_HASH_PROTOCOL.
@param HashAlgorithm Points to the EFI_GUID which identifies the algorithm to use.
@@ -100,7 +100,7 @@ EFI_STATUS
);
/**
- Returns the size of the hash which results from a specific algorithm.
+ Returns the size of the hash that results from a specific algorithm.
@param This Points to this instance of EFI_HASH_PROTOCOL.
@param HashAlgorithm Points to the EFI_GUID which identifies the algorithm to use.