diff options
author | Randy Dunlap <[email protected]> | 2023-09-30 17:00:44 -0700 |
---|---|---|
committer | Herbert Xu <[email protected]> | 2023-10-05 18:16:31 +0800 |
commit | 18e2ef172cec1680a6736cc7f6e1b92c93b3daa0 (patch) | |
tree | ce2fb969dcca928841b91b69a2e3c9b0e06d4cfb | |
parent | 595729b6f5711e0ab311d6ead78a92bce3bb828b (diff) |
crypto: sig - fix kernel-doc typo
Correct typo of "destination".
Signed-off-by: Randy Dunlap <[email protected]>
Cc: Herbert Xu <[email protected]>
Cc: "David S. Miller" <[email protected]>
Cc: [email protected]
Signed-off-by: Herbert Xu <[email protected]>
-rw-r--r-- | include/crypto/sig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/crypto/sig.h b/include/crypto/sig.h index 641b4714c448..d25186bb2be3 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 |