summaryrefslogtreecommitdiff
path: root/tiger.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2021-03-17 17:57:24 -0400
committerJeffrey Walton <noloader@gmail.com>2021-03-17 17:57:24 -0400
commite0b1ab662981ffd5c7de6753376edd2f79860b89 (patch)
tree20701473592dd4aa6049069aa3a0fbc7528e1e31 /tiger.h
parentd4975aa6081947b3bbdd73818bc9825550574dd3 (diff)
downloadcryptopp-git-e0b1ab662981ffd5c7de6753376edd2f79860b89.tar.gz
Update comments
Diffstat (limited to 'tiger.h')
-rw-r--r--tiger.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tiger.h b/tiger.h
index 580d6ed6..4737dd92 100644
--- a/tiger.h
+++ b/tiger.h
@@ -48,7 +48,7 @@ public:
/// \brief Computes the hash of the current message
/// \param digest a pointer to the buffer to receive the hash
/// \param digestSize the size of the truncated digest, in bytes
- /// \details TruncatedFinal() call Final() and then copies digestSize bytes to digest.
+ /// \details TruncatedFinal() calls Final() and then copies digestSize bytes to digest.
/// The hash is restarted the hash for the next message.
void TruncatedFinal(byte *digest, size_t digestSize);