summaryrefslogtreecommitdiff
path: root/queue.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2021-04-09 19:12:00 -0400
committerJeffrey Walton <noloader@gmail.com>2021-04-09 19:12:00 -0400
commitac730233621500d1442334ec545e8a38ec2b3095 (patch)
treed572307bcf43b946886a198336d71423b6b4985f /queue.h
parent4e7065aef4cee25b3264b0af8d57656003847247 (diff)
downloadcryptopp-git-ac730233621500d1442334ec545e8a38ec2b3095.tar.gz
Update documentation
Diffstat (limited to 'queue.h')
-rw-r--r--queue.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/queue.h b/queue.h
index 9971ce21..00e7e4a8 100644
--- a/queue.h
+++ b/queue.h
@@ -90,7 +90,7 @@ public:
/// \brief Insert data in the queue
/// \param inString a byte array to insert
- /// \param length the size of the byte array
+ /// \param size the length of the byte array
/// \details LazyPut() inserts a byte array at the tail of the queue.
/// The data may not be copied at this point. Rather, the pointer
/// and size to external data are recorded.
@@ -102,7 +102,7 @@ public:
/// \brief Insert data in the queue
/// \param inString a byte array to insert
- /// \param length the size of the byte array
+ /// \param size the length of the byte array
/// \details LazyPut() inserts a byte array at the tail of the queue.
/// The data may not be copied at this point. Rather, the pointer
/// and size to external data are recorded.