]> git.hungrycats.org Git - linux/commitdiff
[XFRM] Fix typo.
authorHideaki Yoshifuji <yoshfuji@linux-ipv6.org>
Mon, 30 Jun 2003 11:53:54 +0000 (21:53 +1000)
committerHideaki Yoshifuji <yoshfuji@linux-ipv6.org>
Mon, 30 Jun 2003 11:53:54 +0000 (21:53 +1000)
net/xfrm/xfrm_input.c

index 943142c2893e4a659b51dcfc977a52028442aefd..8ba352972b32d9900d95ca7fbfd69ef557ad7e58 100644 (file)
@@ -18,7 +18,7 @@ void __secpath_destroy(struct sec_path *sp)
        kmem_cache_free(sp->pool, sp);
 }
 
-/* Fetch spi and seq frpm ipsec header */
+/* Fetch spi and seq from ipsec header */
 
 int xfrm_parse_spi(struct sk_buff *skb, u8 nexthdr, u32 *spi, u32 *seq)
 {