summaryrefslogtreecommitdiff
path: root/ofproto
diff options
context:
space:
mode:
authorFrode Nordahl <frode.nordahl@canonical.com>2022-07-08 08:53:08 +0200
committerIlya Maximets <i.maximets@ovn.org>2022-07-14 15:24:07 +0200
commit0443c1557eb8ab942b75bc5001d9dc2fc5cba113 (patch)
tree926d6f7d5dd6d1287e1728fecfcae83792f311e6 /ofproto
parent70a9f9e96c2f727a2d9743357f9c2570394572a7 (diff)
downloadopenvswitch-0443c1557eb8ab942b75bc5001d9dc2fc5cba113.tar.gz
Fix spelling error exposed in binaries.
As reported by Debian lintian. Signed-off-by: Frode Nordahl <frode.nordahl@canonical.com> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
Diffstat (limited to 'ofproto')
-rw-r--r--ofproto/ofproto-dpif-sflow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ofproto/ofproto-dpif-sflow.c b/ofproto/ofproto-dpif-sflow.c
index ab4941364..a405eb056 100644
--- a/ofproto/ofproto-dpif-sflow.c
+++ b/ofproto/ofproto-dpif-sflow.c
@@ -67,7 +67,7 @@ enum dpif_sflow_tunnel_type {
struct dpif_sflow_port {
struct hmap_node hmap_node; /* In struct dpif_sflow's "ports" hmap. */
SFLDataSource_instance dsi; /* sFlow library's notion of port number. */
- struct ofport *ofport; /* To retrive port stats. */
+ struct ofport *ofport; /* To retrieve port stats. */
odp_port_t odp_port;
enum dpif_sflow_tunnel_type tunnel_type;
};