summaryrefslogtreecommitdiff
path: root/include/crypto/random.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/crypto/random.h')
-rw-r--r--include/crypto/random.h2
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,