summaryrefslogtreecommitdiff
path: root/rdrand.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2015-11-19 13:09:33 -0500
committerJeffrey Walton <noloader@gmail.com>2015-11-19 13:09:33 -0500
commitb3e49d8c96bb8044715db457d04669b42b169fab (patch)
tree67ca70a2b55a656d79641c3771ec49751993fa4b /rdrand.h
parent6911cc9e91e3b7a382030cedc55438ad8b7405ca (diff)
downloadcryptopp-git-b3e49d8c96bb8044715db457d04669b42b169fab.tar.gz
Additional documentation; fixed issues with Clang integrated assembler and different versions numbers for LLVM Clang and Apple Clang; fixed missing header in DSA class
Diffstat (limited to 'rdrand.h')
-rw-r--r--rdrand.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/rdrand.h b/rdrand.h
index 8d5b7380..05b177f7 100644
--- a/rdrand.h
+++ b/rdrand.h
@@ -55,7 +55,7 @@ public:
}
//! \brief Set the number of retries used by the generator
- //! \param the number of times GenerateBlock will attempt to recover from a failed generation
+ //! \param retries number of times GenerateBlock() will attempt to recover from a failed generation
void SetRetries(unsigned int retries)
{
m_retries = retries;
@@ -134,7 +134,7 @@ public:
}
//! \brief Set the number of retries used by the generator
- //! \param the number of times GenerateBlock will attempt to recover from a failed generation
+ //! \param retries number of times GenerateBlock() will attempt to recover from a failed generation
void SetRetries(unsigned int retries)
{
m_retries = retries;