summaryrefslogtreecommitdiff
path: root/cryptlib.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 /cryptlib.h
parentd4975aa6081947b3bbdd73818bc9825550574dd3 (diff)
downloadcryptopp-git-e0b1ab662981ffd5c7de6753376edd2f79860b89.tar.gz
Update comments
Diffstat (limited to 'cryptlib.h')
-rw-r--r--cryptlib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cryptlib.h b/cryptlib.h
index 0eb0ef4c..f7bb58de 100644
--- a/cryptlib.h
+++ b/cryptlib.h
@@ -1219,7 +1219,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.
/// \pre <tt>COUNTOF(digest) <= DigestSize()</tt> or <tt>COUNTOF(digest) <= HASH::DIGESTSIZE</tt> ensures
/// the output byte buffer is a valid size.