aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/crypto/hash.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/hash.h
parentcrypto: doc - Fix typo in crypto-API.tmpl (diff)
downloadwireguard-linux-12f7c14aa602f15ad60e5a9da459271f63b92917.tar.xz
wireguard-linux-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/hash.h')
-rw-r--r--include/crypto/hash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/crypto/hash.h b/include/crypto/hash.h
index 98abda9ed3aa..57c8a6ee33c2 100644
--- a/include/crypto/hash.h
+++ b/include/crypto/hash.h
@@ -66,7 +66,7 @@ struct ahash_request {
/**
* struct ahash_alg - asynchronous message digest definition
* @init: Initialize the transformation context. Intended only to initialize the
- * state of the HASH transformation at the begining. This shall fill in
+ * state of the HASH transformation at the beginning. This shall fill in
* the internal structures used during the entire duration of the whole
* transformation. No data processing happens at this point.
* @update: Push a chunk of data into the driver for transformation. This