summaryrefslogtreecommitdiff
path: root/randpool.h
diff options
context:
space:
mode:
authorDimitris Apostolou <dimitris.apostolou@icloud.com>2022-01-04 12:06:35 +0200
committerGitHub <noreply@github.com>2022-01-04 05:06:35 -0500
commit715a0bcce3316a3785eb41a5080853120f9e1f41 (patch)
tree7ac00f38e562d8c2d113ca8a30f861c10476d228 /randpool.h
parentd994989cda15fe92c10bd7638d98968b1dc17c05 (diff)
downloadcryptopp-git-715a0bcce3316a3785eb41a5080853120f9e1f41.tar.gz
Fix typos (PR# 1099)
Diffstat (limited to 'randpool.h')
-rw-r--r--randpool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/randpool.h b/randpool.h
index e640b943..da1c3487 100644
--- a/randpool.h
+++ b/randpool.h
@@ -87,7 +87,7 @@ public:
byte GenerateByte();
void GenerateBlock(byte *output, size_t size);
- // GenerateWord32 is overriden and provides Crypto++ 5.4 behavior.
+ // GenerateWord32 is overridden and provides Crypto++ 5.4 behavior.
// Taken from RandomNumberSource::GenerateWord32 in cryptlib.cpp.
word32 GenerateWord32 (word32 min=0, word32 max=0xffffffffUL);