xfrm: policy: fix a spelling mistake
authorgushengxian <gushengxian@yulong.com>
Wed, 9 Jun 2021 02:27:46 +0000 (19:27 -0700)
committerSteffen Klassert <steffen.klassert@secunet.com>
Fri, 11 Jun 2021 05:38:02 +0000 (07:38 +0200)
Fix a spelling mistake.

Signed-off-by: gushengxian <gushengxian@yulong.com>
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
net/xfrm/xfrm_policy.c

index ce500f8..1e24b21 100644 (file)
@@ -3247,7 +3247,7 @@ xfrm_state_ok(const struct xfrm_tmpl *tmpl, const struct xfrm_state *x,
 
 /*
  * 0 or more than 0 is returned when validation is succeeded (either bypass
- * because of optional transport mode, or next index of the mathced secpath
+ * because of optional transport mode, or next index of the matched secpath
  * state with the template.
  * -1 is returned when no matching template is found.
  * Otherwise "-2 - errored_index" is returned.