Signed-off-by: Ben Pfaff <b...@nicira.com> --- lib/classifier.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/classifier.c b/lib/classifier.c index 8dc89d9..b62624e 100644 --- a/lib/classifier.c +++ b/lib/classifier.c @@ -946,7 +946,7 @@ classifier_lookup(const struct classifier *cls, const struct flow *flow, hash_metadata(flow->metadata))); tags = partition ? partition->tags : TAG_ARBITRARY; - /* Initialize trie contexts for match_find_wc(). */ + /* Initialize trie contexts for find_match_wc(). */ for (int i = 0; i < cls->n_tries; i++) { trie_ctx_init(&trie_ctx[i], &cls->tries[i]); } -- 1.7.10.4 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev