summaryrefslogtreecommitdiff
path: root/simple.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2019-09-26 13:45:31 -0400
committerJeffrey Walton <noloader@gmail.com>2019-09-26 13:45:31 -0400
commit7a22d8845d46ae51d7824f6a3f0ac30cee855ffb (patch)
tree8a4211ccfabe14f34818b78d3c9686110206c836 /simple.h
parent4e7d0c36df75a6f3eae009c48fce4639b3156eb1 (diff)
downloadcryptopp-git-7a22d8845d46ae51d7824f6a3f0ac30cee855ffb.tar.gz
Update documentation
Diffstat (limited to 'simple.h')
-rw-r--r--simple.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/simple.h b/simple.h
index 37eeca85..c7e6c5bf 100644
--- a/simple.h
+++ b/simple.h
@@ -134,7 +134,7 @@ class CRYPTOPP_NO_VTABLE Unflushable : public T
{
public:
/// \brief Flush buffered input and/or output, with signal propagation
- /// \param hardFlush is used to indicate whether all data should be flushed
+ /// \param completeFlush is used to indicate whether all data should be flushed
/// \param propagation the number of attached transformations the Flush()
/// signal should be passed
/// \param blocking specifies whether the object should block when processing