aboutsummaryrefslogtreecommitdiffstats
path: root/include/crypto/rng.h
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2015-06-04 00:01:21 +0900
committerHerbert Xu <herbert@gondor.apana.org.au>2015-06-04 15:05:08 +0800
commit12f7c14aa602f15ad60e5a9da459271f63b92917 (patch)
tree718746203a4690c06952534342500124262442c3 /include/crypto/rng.h
parentcrypto: doc - Fix typo in crypto-API.tmpl (diff)
downloadlinux-dev-12f7c14aa602f15ad60e5a9da459271f63b92917.tar.xz
linux-dev-12f7c14aa602f15ad60e5a9da459271f63b92917.zip
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/rng.h')
-rw-r--r--include/crypto/rng.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/crypto/rng.h b/include/crypto/rng.h
index c5d4684429f5..b95ede354a66 100644
--- a/include/crypto/rng.h
+++ b/include/crypto/rng.h
@@ -28,7 +28,7 @@ struct crypto_rng;
* if provided to the call.
* @seed: Seed or reseed the random number generator. With the
* invocation of this function call, the random number
- * generator shall become ready fo generation. If the
+ * generator shall become ready for generation. If the
* random number generator requires a seed for setting
* up a new state, the seed must be provided by the
* consumer while invoking this function. The required