Skip to content

Commit b6d2e43

Browse files
antonyantonyklassert
authored andcommitted
xfrm: Correct spelling mistake in xfrm.h comment
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: df71837 ("[LSM-IPSec]: Security association restriction.") Signed-off-by: Antony Antony <[email protected]> Reviewed-by: Jiri Pirko <[email protected]> Signed-off-by: Steffen Klassert <[email protected]>
1 parent 58fbfec commit b6d2e43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/uapi/linux/xfrm.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ enum {
228228
#define XFRM_NR_MSGTYPES (XFRM_MSG_MAX + 1 - XFRM_MSG_BASE)
229229

230230
/*
231-
* Generic LSM security context for comunicating to user space
231+
* Generic LSM security context for communicating to user space
232232
* NOTE: Same format as sadb_x_sec_ctx
233233
*/
234234
struct xfrm_user_sec_ctx {

0 commit comments

Comments
 (0)