datapath: Fix typo
[openvswitch] / 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;