datapath/README: Fix some typos.
authorLuis E. P <lpena@vmware.com>
Thu, 2 Jul 2015 19:34:19 +0000 (12:34 -0700)
committerEthan Jackson <ethan@nicira.com>
Thu, 2 Jul 2015 20:30:02 +0000 (13:30 -0700)
Signed-off-by: Luis E. P <lpena@vmware.com>
Signed-off-by: Ethan Jackson <ethan@nicira.com>
Acked-by: Ethan Jackson <ethan@nicira.com>
AUTHORS
datapath/README.md

diff --git a/AUTHORS b/AUTHORS
index 845d20c..d4a9f2e 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -109,6 +109,7 @@ Lorand Jakab            lojakab@cisco.com
 Luca Giraudo            lgiraudo@nicira.com
 Lucian Petrut           lpetrut@cloudbasesolutions.com
 Luigi Rizzo             rizzo@iet.unipi.it
+Luis E. P.              l31g@hotmail.com
 Madhu Challa            challa@noironetworks.com
 Mark D. Gray            mark.d.gray@intel.com
 Mark Hamilton           mhamilton@nicira.com
index 1a4d8e1..8faecc0 100644 (file)
@@ -99,10 +99,11 @@ passed over the Netlink socket. A flow key, exactly as described above, and an
 optional corresponding flow mask.
 
 A wildcarded flow can represent a group of exact match flows. Each '1' bit
-in the mask specifies a exact match with the corresponding bit in the flow key.
+in the mask specifies an exact match with the corresponding bit in the flow key.
 A '0' bit specifies a don't care bit, which will match either a '1' or '0' bit
-of a incoming packet. Using wildcarded flow can improve the flow set up rate
-by reduce the number of new flows need to be processed by the user space program.
+of an incoming packet. Using a wildcarded flow can improve the flow set up rate
+by reducing the number of new flows that need to be processed by the user space
+program.
 
 Support for the mask Netlink attribute is optional for both the kernel and user
 space program. The kernel can ignore the mask attribute, installing an exact