secchan: Fix typo in comment.
authorBen Pfaff <blp@nicira.com>
Mon, 9 Mar 2009 18:03:24 +0000 (11:03 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 9 Mar 2009 20:43:48 +0000 (13:43 -0700)
secchan/ofproto.c

index 9498e12d14271c0a88f2bdf15632cbf14555b265..ccf4e40a0285ca1d819bede57b3858262500860b 100644 (file)
@@ -1434,7 +1434,7 @@ xlate_table_action(const struct action_xlate_ctx *ctx, uint16_t in_port)
         /* This might be a subrule that is now invalid.  Revalidate it. */
         if (!revalidate_subrule(p, rule)) {
             /* The subrule got deleted so we can optimize slightly by only
-             * look through the wildcarded rules. */
+             * looking through the wildcarded rules. */
             rule = rule_from_cls_rule(classifier_lookup_wild(&p->cls, &flow));
             if (!rule) {
                 return;