summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBen Pfaff <blp@ovn.org>2018-01-24 11:40:18 -0800
committerBen Pfaff <blp@ovn.org>2018-02-06 10:25:50 -0800
commit48999827e6b6021c610cc64a43c4835c9a3b2b9d (patch)
tree5bcc4f38b97b6d76e00153719cda6f5b02087a09 /lib
parent845e688435a38670f1364e322a39d0ff3bd87604 (diff)
downloadopenvswitch-48999827e6b6021c610cc64a43c4835c9a3b2b9d.tar.gz
Remove last mentions of 'facet' from comments.
How did these survive so long?! OVS hasn't had facets since 2013. Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'lib')
-rw-r--r--lib/odp-util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/odp-util.h b/lib/odp-util.h
index 55c922c9f..0fcc593d2 100644
--- a/lib/odp-util.h
+++ b/lib/odp-util.h
@@ -54,7 +54,7 @@ enum {
#undef SPR
};
-/* Reasons why a subfacet might not be fast-pathable.
+/* Reasons why a flow might not be fast-pathable.
*
* Each reason is a separate bit to allow reasons to be combined. */
enum slow_path_reason {