[ovs-dev] [PATCH] nx-match: Fix typo in comment.

Ben Pfaff blp at nicira.com
Wed Jun 24 18:46:26 UTC 2015


Signed-off-by: Ben Pfaff <blp at nicira.com>
---
 lib/nx-match.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/nx-match.c b/lib/nx-match.c
index 3dcee5d..e9de0fd 100644
--- a/lib/nx-match.c
+++ b/lib/nx-match.c
@@ -1150,7 +1150,7 @@ oxm_put_field_array(struct ofpbuf *b, const struct field_array *fa,
     int i;
 
     /* Field arrays are only used with the group selection method
-     * property and group properties are only available in OpenFlow * 1.5+.
+     * property and group properties are only available in OpenFlow 1.5+.
      * So the following assertion should never fail.
      *
      * If support for older OpenFlow versions is desired then some care
-- 
2.1.3




More information about the dev mailing list