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 2efa7623e287517dd90efdb753ed1c8e818fe78a..55c562dcb594c8cbc5205e87a00a8e4511509b14 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
 
    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.
 
    additional environment variables.  For a full list, invoke
    configure with the --help option.
 
diff --git a/README b/README
index 2cab2634af5a5325c388695efc1db898b8ccac82..36f91878dc0f86f63d9a0d5dec53fba756983a8a 100644 (file)
--- a/README
+++ b/README
@@ -43,7 +43,7 @@ of an OpenFlow switch, comprising:
 
 This distribution includes some additional software as well:
 
 
 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.
 
           OpenFlow switches, commanding them to act as regular MAC
           learning switches.
 
index 2bd0db04c1d162e0bef3ae88d36bfa18989ae90e..d36f14529e7dcbc1c32ca03c6451bac11015cc82 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
 /*
  * 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)
  */
 static bool
 ssl_wants_io(int ssl_error)