]> git.ipfire.org Git - thirdparty/qemu.git/blobdiff - include/crypto/random.h
Fix some typos found by codespell
[thirdparty/qemu.git] / include / crypto / random.h
index b3021c4ce6fbe8a9bf2f0f26bff1558e3d5be067..f9308f4647629678920d2f55c9f768bdf37c831c 100644 (file)
@@ -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,