From 4a2026dd696e283488c5372bce97eb02005bee6f Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Wed, 7 Apr 2010 12:57:21 -0700 Subject: [PATCH] fail-open: Fix typo in comment. --- ofproto/fail-open.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ofproto/fail-open.c b/ofproto/fail-open.c index e866c571c..6a540ef8b 100644 --- a/ofproto/fail-open.c +++ b/ofproto/fail-open.c @@ -49,8 +49,8 @@ * connection to the controller, and thus the whole network would go down for * that period of time. * - * So, instead, we add some special caseswhen we are connected to a controller, - * but not yet sure that it has admitted us: + * So, instead, we add some special cases when we are connected to a + * controller, but not yet sure that it has admitted us: * * - We set up flows immediately ourselves, but simultaneously send out an * OFPT_PACKET_IN to the controller. We put a special bogus buffer-id in -- 2.43.0