aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntony Antony <antony.antony@secunet.com>2024-04-26 12:15:13 +0200
committerSteffen Klassert <steffen.klassert@secunet.com>2024-04-29 07:52:40 +0200
commitb6d2e438e16c7d4dbde08cfb2b95b0f3f325ba40 (patch)
tree3cc84336ff1974c3e9d6f60670630b4adb6a9d58
parent58fbfecab965014b6e3cc956a76b4a96265a1add (diff)
downloadipsec-master.tar.gz
xfrm: Correct spelling mistake in xfrm.h commentHEADipsec-2024-05-02testingmaster
A spelling error was found in the comment section of include/uapi/linux/xfrm.h. Since this header file is copied to many userspace programs and undergoes Debian spellcheck, it's preferable to fix it in upstream rather than downstream having exceptions. This commit fixes the spelling mistake. Fixes: df71837d5024 ("[LSM-IPSec]: Security association restriction.") Signed-off-by: Antony Antony <antony.antony@secunet.com> Reviewed-by: Jiri Pirko <jiri@nvidia.com> Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
-rw-r--r--include/uapi/linux/xfrm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/xfrm.h b/include/uapi/linux/xfrm.h
index 6a77328be11452..594b66e1639534 100644
--- a/include/uapi/linux/xfrm.h
+++ b/include/uapi/linux/xfrm.h
@@ -228,7 +228,7 @@ enum {
#define XFRM_NR_MSGTYPES (XFRM_MSG_MAX + 1 - XFRM_MSG_BASE)
/*
- * Generic LSM security context for comunicating to user space
+ * Generic LSM security context for communicating to user space
* NOTE: Same format as sadb_x_sec_ctx
*/
struct xfrm_user_sec_ctx {