aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/rng/rng.h
diff options
context:
space:
mode:
authorRenĂ© Korthaus <[email protected]>2016-10-18 16:38:50 +0200
committerRenĂ© Korthaus <[email protected]>2016-10-19 09:13:45 +0200
commitda2e26b15f7f6882768f1cb7e8a5be1b1893bf8a (patch)
treeb83ce7adb7b8837981c210662675941febc645c4 /src/lib/rng/rng.h
parent99d71e5693f45c2b34528158ad8d8b641bcc87e3 (diff)
Fix doxygen warnings [ci skip]
Diffstat (limited to 'src/lib/rng/rng.h')
-rw-r--r--src/lib/rng/rng.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/rng/rng.h b/src/lib/rng/rng.h
index 36a423eca..879c1acb7 100644
--- a/src/lib/rng/rng.h
+++ b/src/lib/rng/rng.h
@@ -49,7 +49,7 @@ class BOTAN_DLL RandomNumberGenerator
* A few RNG types do not accept any externally provided input,
* in which case this function is a no-op.
*
- * @param inputs a byte array containg the entropy to be added
+ * @param input a byte array containg the entropy to be added
* @param length the length of the byte array in
*/
virtual void add_entropy(const byte input[], size_t length) = 0;