aboutsummaryrefslogtreecommitdiff
path: root/include/crypto/ivgen.h
diff options
context:
space:
mode:
authorMichael Tokarev <mjt@tls.msk.ru>2023-07-14 14:33:02 +0300
committerMichael Tokarev <mjt@tls.msk.ru>2023-09-08 13:08:52 +0300
commita1a62ced51bd33716c79719246ac969447acadb2 (patch)
tree9ab0cd9c30179efafcce953e5e379defc8734fd5 /include/crypto/ivgen.h
parent528ea579c93b19b95c9a190c5ae4d42473401979 (diff)
downloadqemu-a1a62ced51bd33716c79719246ac969447acadb2.zip
qemu-a1a62ced51bd33716c79719246ac969447acadb2.tar.gz
qemu-a1a62ced51bd33716c79719246ac969447acadb2.tar.bz2
include/: spelling fixes
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Diffstat (limited to 'include/crypto/ivgen.h')
-rw-r--r--include/crypto/ivgen.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/crypto/ivgen.h b/include/crypto/ivgen.h
index e415215..a09d573 100644
--- a/include/crypto/ivgen.h
+++ b/include/crypto/ivgen.h
@@ -32,7 +32,7 @@
* sector.
*
* <example>
- * <title>Encrypting block data with initialiation vectors</title>
+ * <title>Encrypting block data with initialization vectors</title>
* <programlisting>
* uint8_t *data = ....data to encrypt...
* size_t ndata = XXX;
@@ -147,7 +147,7 @@ QCryptoIVGen *qcrypto_ivgen_new(QCryptoIVGenAlgorithm alg,
* @niv: the number of bytes in @iv
* @errp: pointer to a NULL-initialized error object
*
- * Calculate a new initialiation vector for the data
+ * Calculate a new initialization vector for the data
* to be stored in sector @sector. The IV will be
* written into the buffer @iv of size @niv.
*