diff mbox series

crypto: sig - fix kernel-doc typo

Message ID 20231001000044.26680-2-rdunlap@infradead.org (mailing list archive)
State Accepted
Delegated to: Herbert Xu
Headers show
Series crypto: sig - fix kernel-doc typo | expand

Commit Message

Randy Dunlap Oct. 1, 2023, midnight UTC
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
---
 include/crypto/sig.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff -- a/include/crypto/sig.h b/include/crypto/sig.h
--- a/include/crypto/sig.h
+++ b/include/crypto/sig.h
@@ -79,7 +79,7 @@  int crypto_sig_maxsize(struct crypto_sig
  * @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