PORTING: Fix some typos.
authorBen Pfaff <blp@nicira.com>
Tue, 8 Jun 2010 16:51:41 +0000 (09:51 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 8 Jun 2010 16:51:41 +0000 (09:51 -0700)
Reported-by: Justin Pettit <jpettit@nicira.com>
PORTING

diff --git a/PORTING b/PORTING
index 516da89..c9c5369 100644 (file)
--- a/PORTING
+++ b/PORTING
@@ -127,10 +127,10 @@ There are two existing dpif implementations that may serve as
 useful examples during a port:
 
     * lib/dpif-linux.c is a Linux-specific dpif implementation that
-      talks to a Open vSwitch-specific kernel module (whose sources
+      talks to an Open vSwitch-specific kernel module (whose sources
       are in the "datapath" directory).  The kernel module performs
       all of the switching work, passing packets that do not match any
-      flow table entry down to userspace.  This dpif implementation is
+      flow table entry up to userspace.  This dpif implementation is
       essentially a wrapper around calls to "ioctl".
 
     * lib/dpif-netdev.c is a generic dpif implementation that performs