diff options
author | Bhaskar Chowdhury <unixbhaskar@gmail.com> | 2021-03-27 00:12:53 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-03-29 02:31:14 +0200 |
commit | aa8ef1b9abd413d5c062d16e3d6b2fb418f9091c (patch) | |
tree | 45994d5a1dfe01e97333a00b0295d5acb055b649 /net/xfrm/xfrm_policy.c | |
parent | sm_statefuns.c: Mundane spello fixes (diff) | |
download | linux-aa8ef1b9abd413d5c062d16e3d6b2fb418f9091c.tar.xz linux-aa8ef1b9abd413d5c062d16e3d6b2fb418f9091c.zip |
xfrm_policy.c : Mundane typo fix
s/sucessful/successful/
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r-- | net/xfrm/xfrm_policy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/xfrm/xfrm_policy.c b/net/xfrm/xfrm_policy.c index b74f28cabe24..156347fd7e2e 100644 --- a/net/xfrm/xfrm_policy.c +++ b/net/xfrm/xfrm_policy.c @@ -688,7 +688,7 @@ static void xfrm_hash_resize(struct work_struct *work) } /* Make sure *pol can be inserted into fastbin. - * Useful to check that later insert requests will be sucessful + * Useful to check that later insert requests will be successful * (provided xfrm_policy_lock is held throughout). */ static struct xfrm_pol_inexact_bin * |