From 70da0ae2789f6d68485066b9b2c2ff3c74298225 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Wed, 19 Mar 2008 09:48:13 -0700 Subject: [PATCH] Punctuation and grammar fixes. --- INSTALL | 2 +- README | 2 +- lib/vconn-ssl.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/INSTALL b/INSTALL index 2efa7623e..55c562dcb 100644 --- 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 2cab2634a..36f91878d 100644 --- 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. diff --git a/lib/vconn-ssl.c b/lib/vconn-ssl.c index 2bd0db04c..d36f14529 100644 --- a/lib/vconn-ssl.c +++ b/lib/vconn-ssl.c @@ -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 writing, respectively. */ static bool ssl_wants_io(int ssl_error) -- 2.43.0