diff options
Diffstat (limited to 'include/crypto')
-rw-r--r-- | include/crypto/random.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/crypto/random.h b/include/crypto/random.h index b3021c4ce6..f9308f4647 100644 --- a/include/crypto/random.h +++ b/include/crypto/random.h @@ -34,7 +34,7 @@ * Fill @buf with @buflen bytes of cryptographically strong * random data * - * Returns 0 on sucess, -1 on error + * Returns 0 on success, -1 on error */ int qcrypto_random_bytes(uint8_t *buf, size_t buflen, |