xfrm: Fix a typo
authorJakub Wilk <jwilk@jwilk.net>
Sat, 18 Jul 2015 12:41:51 +0000 (14:41 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 21 Jul 2015 07:28:36 +0000 (00:28 -0700)
Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/xfrm/xfrm_user.c

index bd16c6c..0cebf1f 100644 (file)
@@ -2048,7 +2048,7 @@ static int xfrm_add_pol_expire(struct sk_buff *skb, struct nlmsghdr *nlh,
                xfrm_audit_policy_delete(xp, 1, true);
        } else {
                // reset the timers here?
-               WARN(1, "Dont know what to do with soft policy expire\n");
+               WARN(1, "Don't know what to do with soft policy expire\n");
        }
        km_policy_expired(xp, p->dir, up->hard, nlh->nlmsg_pid);