2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-31 06:15:47 +00:00

ovn: Fix example in comment in expr.c.

Signed-off-by: Justin Pettit <jpettit@nicira.com>
Acked-by: Russell Bryant <rbryant@redhat.com>
This commit is contained in:
Justin Pettit
2015-08-22 13:02:02 -07:00
parent c02c4967b9
commit 44283953cd

View 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,