INSTALL.DPDK: Fix a typo.
authorRussell Bryant <rbryant@redhat.com>
Fri, 4 Sep 2015 14:46:58 +0000 (10:46 -0400)
committerBen Pfaff <blp@nicira.com>
Fri, 4 Sep 2015 17:59:47 +0000 (10:59 -0700)
I started by just fixing s/expect/expects/ and made a couple more
tweaks to the short paragraph while I was in there.

Signed-off-by: Russell Bryant <rbryant@redhat.com>
Acked-by: Flavio Leitner <fbl@redhat.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
INSTALL.DPDK.md

index 35dd9a0..20bd1c6 100644 (file)
@@ -173,9 +173,9 @@ Using the DPDK with ovs-vswitchd:
 
    `ovs-vsctl add-br br0 -- set bridge br0 datapath_type=netdev`
 
-   Now you can add dpdk devices. OVS expect DPDK device name start with dpdk
-   and end with portid. vswitchd should print (in the log file) the number
-   of dpdk devices found.
+   Now you can add dpdk devices. OVS expects DPDK device names to start with
+   "dpdk" and end with a portid. vswitchd should print (in the log file) the
+   number of dpdk devices found.
 
    ```
    ovs-vsctl add-port br0 dpdk0 -- set Interface dpdk0 type=dpdk