Punctuation and grammar fixes.
authorBen Pfaff <blp@nicira.com>
Wed, 19 Mar 2008 16:48:13 +0000 (09:48 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 19 Mar 2008 16:52:32 +0000 (09:52 -0700)
INSTALL
README
lib/vconn-ssl.c

diff --git a/INSTALL b/INSTALL
index 2efa762..55c562d 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -71,7 +71,7 @@ Building the Code
    also specify it on the configure command line, like so:
       % ./configure CC=gcc-4.2
 
-   The configure script accepts a number of other options and honors a
+   The configure script accepts a number of other options and honors
    additional environment variables.  For a full list, invoke
    configure with the --help option.
 
diff --git a/README b/README
index 2cab263..36f9187 100644 (file)
--- a/README
+++ b/README
@@ -43,7 +43,7 @@ of an OpenFlow switch, comprising:
 
 This distribution includes some additional software as well:
 
-       - controller, a simple program connects to any number of
+       - controller, a simple program that connects to any number of
           OpenFlow switches, commanding them to act as regular MAC
           learning switches.
 
index 2bd0db0..d36f145 100644 (file)
@@ -583,7 +583,7 @@ struct vconn_class pssl_vconn_class = {
 /*
  * Returns true if OpenSSL error is WANT_READ or WANT_WRITE, indicating that
  * OpenSSL is requesting that we call it back when the socket is ready for read
- * or writing (respectively.
+ * or writingrespectively.
  */
 static bool
 ssl_wants_io(int ssl_error)