summaryrefslogtreecommitdiff
path: root/queue.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2021-04-10 05:32:39 -0400
committerJeffrey Walton <noloader@gmail.com>2021-04-10 05:32:39 -0400
commit9372339f32524f0639f20ad565f96dfe0cfe1950 (patch)
treeb24a9f13af6d383002d1ab9b5ad683b8c774d4d6 /queue.h
parent7f7910524e3512184498fa5fe0629ecc7597d0e9 (diff)
downloadcryptopp-git-9372339f32524f0639f20ad565f96dfe0cfe1950.tar.gz
Update MessageQueue 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 5efbd81a..f2d0dc53 100644
--- a/queue.h
+++ b/queue.h
@@ -82,7 +82,7 @@ public:
/// \details Unget() inserts a byte array at the head of the queue
void Unget(const byte *inString, size_t length);
- /// \brief Peek data from the queue
+ /// \brief Peek data in the queue
/// \param contiguousSize the size of the data
/// \details Spy() peeks at data at the head of the queue. Spy() does
/// not remove data from the queue.
@@ -157,7 +157,7 @@ public:
byte operator[](lword index) const;
/// \brief Swap contents with another ByteQueue
- /// \param rhs the other SecBlock
+ /// \param rhs the other ByteQueue
void swap(ByteQueue &rhs);
/// \brief A ByteQueue iterator