datapath: Fix typo
authorJoe Stringer <joe@wand.net.nz>
Fri, 31 Aug 2012 03:35:49 +0000 (15:35 +1200)
committerJesse Gross <jesse@nicira.com>
Fri, 31 Aug 2012 22:26:55 +0000 (15:26 -0700)
Signed-off-by: Joe Stringer <joe@wand.net.nz>
Signed-off-by: Jesse Gross <jesse@nicira.com>
datapath/actions.c

index 208f260e0059ef1da9b7af8b5c0af63dda54af05..ec9b595c281e86edc69c7cff8ae57d46af60a126 100644 (file)
@@ -47,7 +47,7 @@ static int make_writable(struct sk_buff *skb, int write_len)
        return pskb_expand_head(skb, 0, 0, GFP_ATOMIC);
 }
 
-/* remove VLAN header from packet and update csum accrodingly. */
+/* remove VLAN header from packet and update csum accordingly. */
 static int __pop_vlan_tci(struct sk_buff *skb, __be16 *current_tci)
 {
        struct vlan_hdr *vhdr;