summaryrefslogtreecommitdiff
path: root/filters.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2020-01-01 08:43:27 -0500
committerJeffrey Walton <noloader@gmail.com>2020-01-01 08:43:27 -0500
commit1cf770628d9f019b9773ded774340b3cab5f7cda (patch)
tree45891cfce9ec0bcff19ed081a1bcdd643ed432d2 /filters.h
parente048dcf0c0a07ebaa9abb2e601c9ae3abe315b8a (diff)
downloadcryptopp-git-1cf770628d9f019b9773ded774340b3cab5f7cda.tar.gz
Update documentation
Diffstat (limited to 'filters.h')
-rw-r--r--filters.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/filters.h b/filters.h
index 67ad4aa0..9aa0be93 100644
--- a/filters.h
+++ b/filters.h
@@ -266,8 +266,8 @@ public:
void IsolatedInitialize(const NameValuePairs &parameters)
{CRYPTOPP_UNUSED(parameters); ResetMeter();}
- /// \brief Number of bytes in the messages
- /// \return GetCurrentMessageBytes() returns the number of bytes in the messages
+ /// \brief Number of bytes in the current message
+ /// \return GetCurrentMessageBytes() returns the number of bytes in the current message
lword GetCurrentMessageBytes() const {return m_currentMessageBytes;}
/// \brief Number of bytes processed by the filter