aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/core/rng.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/rng.h b/src/core/rng.h
index 1125d29a1..20f2e47b1 100644
--- a/src/core/rng.h
+++ b/src/core/rng.h
@@ -62,7 +62,7 @@ class BOTAN_DLL RandomNumberGenerator
virtual std::string name() const = 0;
/**
- * Force a reseed of the PRNG
+ * Seed this RNG using the entropy sources it contains.
*/
virtual void reseed() {}