From: Joe Stringer <joe@wand.net.nz>
Date: Fri, 31 Aug 2012 03:35:49 +0000 (+1200)
Subject: datapath: Fix typo
X-Git-Tag: sliver-openvswitch-1.8.90-0~15^2~47
X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=b2492cb7eec087853f10ef84eb89993a697c2116;p=sliver-openvswitch.git

datapath: Fix typo

Signed-off-by: Joe Stringer <joe@wand.net.nz>
Signed-off-by: Jesse Gross <jesse@nicira.com>
---

diff --git a/datapath/actions.c b/datapath/actions.c
index 208f260e0..ec9b595c2 100644
--- a/datapath/actions.c
+++ b/datapath/actions.c
@@ -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;