[ovs-dev] [PATCH] classifier: Correct comment in classifier_lookup().

Ben Pfaff blp at nicira.com
Fri Oct 24 23:17:08 UTC 2014


Signed-off-by: Ben Pfaff <blp at 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




More information about the dev mailing list