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 208f260..ec9b595 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;