ovn: Fix example in comment in expr.c.
authorJustin Pettit <jpettit@nicira.com>
Sat, 22 Aug 2015 20:02:02 +0000 (13:02 -0700)
committerJustin Pettit <jpettit@nicira.com>
Tue, 25 Aug 2015 20:10:07 +0000 (13:10 -0700)
Signed-off-by: Justin Pettit <jpettit@nicira.com>
Acked-by: Russell Bryant <rbryant@redhat.com>
ovn/lib/expr.c

index 510a15e..beb451e 100644 (file)
@@ -1206,7 +1206,7 @@ expr_parse_level(const char *s, const struct shash *symtab, char **errorp)
 }
 
 /* Adds a predicate symbol, whose value is the given Boolean 'expression',
- * named 'name' to 'symtab'.  For example, "ip4 && ip4.proto == 1" might be an
+ * named 'name' to 'symtab'.  For example, "ip4 && ip4.proto == 6" might be an
  * appropriate predicate named "tcp4". */
 struct expr_symbol *
 expr_symtab_add_predicate(struct shash *symtab, const char *name,