Fix typo in comment.
authorBen Pfaff <blp@nicira.com>
Tue, 29 Jul 2008 22:03:22 +0000 (15:03 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 30 Jul 2008 22:43:10 +0000 (15:43 -0700)
secchan/secchan.c

index 34c13e7..d0d64e3 100644 (file)
@@ -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)