diff options
author | Bhaskar Chowdhury <unixbhaskar@gmail.com> | 2021-03-27 04:42:53 +0530 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-03-28 17:31:14 -0700 |
commit | aa8ef1b9abd413d5c062d16e3d6b2fb418f9091c (patch) | |
tree | 45994d5a1dfe01e97333a00b0295d5acb055b649 /net/xfrm | |
parent | fb373c8455af40faf72d7b8c7f53ed302bd554d9 (diff) | |
download | linux-aa8ef1b9abd413d5c062d16e3d6b2fb418f9091c.tar.bz2 |
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 'net/xfrm')
-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 * |