aboutsummaryrefslogtreecommitdiffstats
path: root/include/crypto
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2023-09-30 17:00:44 -0700
committerHerbert Xu <herbert@gondor.apana.org.au>2023-10-05 18:16:31 +0800
commit18e2ef172cec1680a6736cc7f6e1b92c93b3daa0 (patch)
treece2fb969dcca928841b91b69a2e3c9b0e06d4cfb /include/crypto
parent595729b6f5711e0ab311d6ead78a92bce3bb828b (diff)
downloadlinux-18e2ef172cec1680a6736cc7f6e1b92c93b3daa0.tar.gz
crypto: sig - fix kernel-doc typo
Correct typo of "destination". Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: Herbert Xu <herbert@gondor.apana.org.au> Cc: "David S. Miller" <davem@davemloft.net> Cc: linux-crypto@vger.kernel.org Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'include/crypto')
-rw-r--r--include/crypto/sig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/crypto/sig.h b/include/crypto/sig.h
index 641b4714c448d..d25186bb2be31 100644
--- a/include/crypto/sig.h
+++ b/include/crypto/sig.h
@@ -79,7 +79,7 @@ int crypto_sig_maxsize(struct crypto_sig *tfm);
* @tfm: signature tfm handle allocated with crypto_alloc_sig()
* @src: source buffer
* @slen: source length
- * @dst: destinatino obuffer
+ * @dst: destination obuffer
* @dlen: destination length
*
* Return: zero on success; error code in case of error