]> git.proxmox.com Git - mirror_iproute2.git/blobdiff - ip/xfrm_state.c
Merge branch 'iproute2-master' into iproute2-next
[mirror_iproute2.git] / ip / xfrm_state.c
index 3cfcad1a4712f68aa3ce746418771400fb1f4650..e8c0174629161db1f43a6ee0304740bd7cf507c9 100644 (file)
@@ -928,7 +928,7 @@ int xfrm_state_print(struct nlmsghdr *n, void *arg)
        }
 
        if (n->nlmsg_type == XFRM_MSG_DELSA) {
-               /* Dont blame me for this .. Herbert made me do it */
+               /* Don't blame me for this .. Herbert made me do it */
                xsid = NLMSG_DATA(n);
                len -= NLMSG_SPACE(sizeof(*xsid));
        } else if (n->nlmsg_type == XFRM_MSG_EXPIRE) {