diff options
Diffstat (limited to 'src/lib/entropy')
-rw-r--r-- | src/lib/entropy/getentropy/getentropy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/entropy/getentropy/getentropy.h b/src/lib/entropy/getentropy/getentropy.h index 997f4c55e..26783cf78 100644 --- a/src/lib/entropy/getentropy/getentropy.h +++ b/src/lib/entropy/getentropy/getentropy.h @@ -13,7 +13,7 @@ namespace Botan { /** -* Entropy source using the getentropy(2) sustem call first introduced in +* Entropy source using the getentropy(2) system call first introduced in * OpenBSD 5.6 and added to Solaris 11.3. */ class Getentropy final : public Entropy_Source |