summaryrefslogtreecommitdiff
path: root/cryptlib.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2019-06-04 02:46:43 -0400
committerJeffrey Walton <noloader@gmail.com>2019-06-04 02:46:43 -0400
commitab538471b1001d39f0b0d42164758d9acdae4510 (patch)
tree664f6b3a931deef162a218889200a2f61dde94fb /cryptlib.h
parentf330c0eca8fa51a47b657ffdb92752f78ff9e9f7 (diff)
downloadcryptopp-git-ab538471b1001d39f0b0d42164758d9acdae4510.tar.gz
Update documentation
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 63d0ee04..912640fe 100644
--- a/cryptlib.h
+++ b/cryptlib.h
@@ -2035,7 +2035,7 @@ public:
/// \param channel the channel on which the transfer should occur
/// \param blocking specifies whether the object should block when processing input
/// \return the number of bytes that remain in the transfer block (i.e., bytes not transferred)
- /// \details TransferTo() removes bytes from this object and moves them to the destination.
+ /// \details TransferTo2() removes bytes from this object and moves them to the destination.
/// Transfer begins at the index position in the current stream, and not from an absolute
/// position in the stream.
/// \details byteCount is an \a IN and \a OUT parameter. When the call is made,