From: Ben Pfaff Date: Tue, 29 Jul 2008 22:03:22 +0000 (-0700) Subject: Fix typo in comment. X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=22b8fc08fb708145af34bc49c0f78e3ac1e98fc7;p=sliver-openvswitch.git Fix typo in comment. --- diff --git a/secchan/secchan.c b/secchan/secchan.c index 34c13e7b5..d0d64e3ec 100644 --- a/secchan/secchan.c +++ b/secchan/secchan.c @@ -606,7 +606,7 @@ local_hook(struct relay *r) return true; } -/* Causess 'r' to enter or leave fail-open mode, if appropriate. Returns true +/* Causes 'r' to enter or leave fail-open mode, if appropriate. Returns true * if 'r' is in fail-open fail, false otherwise. */ static bool failing_open(struct relay *r)