diff options
author | Masanari Iida | 2015-06-04 00:01:21 +0900 |
---|---|---|
committer | Herbert Xu | 2015-06-04 15:05:08 +0800 |
commit | 12f7c14aa602f15ad60e5a9da459271f63b92917 (patch) | |
tree | 718746203a4690c06952534342500124262442c3 /include/crypto/aead.h | |
parent | 6b212f0f09fa9abdaa62f560b70e64d8f20cd4af (diff) |
crypto: doc - Fix typo in crypto-API.xml
This patch fix some typos found in crypto-API.xml.
It is because the file is generated from comments in sources,
so I had to fix typo in sources.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Stephan Mueller <smueller@chronox.de>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'include/crypto/aead.h')
-rw-r--r-- | include/crypto/aead.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/crypto/aead.h b/include/crypto/aead.h index 5cb0066be30b..7169ad04acc0 100644 --- a/include/crypto/aead.h +++ b/include/crypto/aead.h @@ -33,7 +33,7 @@ * * The example code provided for the asynchronous block cipher operation * applies here as well. Naturally all *ablkcipher* symbols must be exchanged - * the *aead* pendants discussed in the following. In addtion, for the AEAD + * the *aead* pendants discussed in the following. In addition, for the AEAD * operation, the aead_request_set_assoc function must be used to set the * pointer to the associated data memory location before performing the * encryption or decryption operation. In case of an encryption, the associated |