diff options
author | René Korthaus <[email protected]> | 2018-02-28 14:52:01 +0100 |
---|---|---|
committer | René Korthaus <[email protected]> | 2018-02-28 14:52:01 +0100 |
commit | e904fb46c1337787780e12358a496017f9ceedcb (patch) | |
tree | 13273f792a6cf34b9842629296c06409b674823b /src/lib/entropy | |
parent | 45edefdf92ced2fdbf16bd9ecfea8de24732dc52 (diff) |
One comment fix and one formatting fix [ci skip]
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 |