xfrm: improve wording of comment above XFRM_OFFLOAD flags
authorPetr Vaněk <arkamar@atlas.cz>
Thu, 30 Jun 2022 14:27:20 +0000 (16:27 +0200)
committerSteffen Klassert <steffen.klassert@secunet.com>
Mon, 4 Jul 2022 08:20:11 +0000 (10:20 +0200)
I have noticed a few minor wording issues in a comment recently added
above XFRM_OFFLOAD flags in 7c76ecd9c99b ("xfrm: enforce validity of
offload input flags").

Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
include/uapi/linux/xfrm.h

index 3ed61df9cc91541a399f6d9659f3f9293326bbb8..7929bf9cbee475a0835bc69bb2706e3eac2a3160 100644 (file)
@@ -511,9 +511,9 @@ struct xfrm_user_offload {
        int                             ifindex;
        __u8                            flags;
 };
-/* This flag was exposed without any kernel code that supporting it.
- * Unfortunately, strongswan has the code that uses sets this flag,
- * which makes impossible to reuse this bit.
+/* This flag was exposed without any kernel code that supports it.
+ * Unfortunately, strongswan has the code that sets this flag,
+ * which makes it impossible to reuse this bit.
  *
  * So leave it here to make sure that it won't be reused by mistake.
  */