From: Ben Pfaff Date: Tue, 24 Sep 2013 23:33:02 +0000 (-0700) Subject: datapath: Fix typos in comment. X-Git-Tag: sliver-openvswitch-2.0.90-1~13^2~6 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=75d0d3feaae1852dffb4c4597256073574c1b6f5;p=sliver-openvswitch.git datapath: Fix typos in comment. Signed-off-by: Ben Pfaff Acked-by: pritesh Acked-by: Jesse Gross --- diff --git a/datapath/vport.c b/datapath/vport.c index f62201d82..2882cc7ff 100644 --- a/datapath/vport.c +++ b/datapath/vport.c @@ -239,7 +239,7 @@ void ovs_vport_del(struct vport *vport) * @stats: stats to set * * Provides a set of transmit, receive, and error stats to be added as an - * offset to the collect data when stats are retreived. Some devices may not + * offset to the collected data when stats are retrieved. Some devices may not * support setting the stats, in which case the result will always be * -EOPNOTSUPP. *