From 9e90e2b16b4faab570b9470c5fb0dd4789432749 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Mon, 9 Mar 2009 11:03:24 -0700 Subject: [PATCH] secchan: Fix typo in comment. --- secchan/ofproto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/secchan/ofproto.c b/secchan/ofproto.c index 9498e12d..ccf4e40a 100644 --- a/secchan/ofproto.c +++ b/secchan/ofproto.c @@ -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; -- 2.30.2