summaryrefslogtreecommitdiffstats
path: root/net/xfrm/xfrm_policy.c
diff options
context:
space:
mode:
authorAlexander Alemayhu <alexander@alemayhu.com>2017-01-03 17:13:20 +0100
committerSteffen Klassert <steffen.klassert@secunet.com>2017-01-04 06:49:28 +0100
commit1365e547c6bb6b6b137bc40a189675503baa037b (patch)
tree9f262e34d8420e7381b34f070760ceffdfa7491b /net/xfrm/xfrm_policy.c
parent0a0a8d6b0e88d947d7ab3198b325e31f677bebc2 (diff)
downloadlinux-1365e547c6bb6b6b137bc40a189675503baa037b.tar.bz2
xfrm: trivial typos
o s/descentant/descendant o s/workarbound/workaround Signed-off-by: Alexander Alemayhu <alexander@alemayhu.com> Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
Diffstat (limited to 'net/xfrm/xfrm_policy.c')
-rw-r--r--net/xfrm/xfrm_policy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/xfrm/xfrm_policy.c b/net/xfrm/xfrm_policy.c
index 177e208e8ff5..99ad1af2927f 100644
--- a/net/xfrm/xfrm_policy.c
+++ b/net/xfrm/xfrm_policy.c
@@ -330,7 +330,7 @@ void xfrm_policy_destroy(struct xfrm_policy *policy)
}
EXPORT_SYMBOL(xfrm_policy_destroy);
-/* Rule must be locked. Release descentant resources, announce
+/* Rule must be locked. Release descendant resources, announce
* entry dead. The rule must be unlinked from lists to the moment.
*/