diff mbox

[ovs-dev] INSTALL.DPDK: Fix a typo.

Message ID 1441378018-15813-1-git-send-email-rbryant@redhat.com
State Accepted
Headers show

Commit Message

Russell Bryant Sept. 4, 2015, 2:46 p.m. UTC
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>
---
 INSTALL.DPDK.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Flavio Leitner Sept. 4, 2015, 4:59 p.m. UTC | #1
On Fri, Sep 04, 2015 at 10:46:58AM -0400, Russell Bryant wrote:
> 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>
> ---

LGTM

Acked-by: Flavio Leitner <fbl@redhat.com>
Ben Pfaff Sept. 4, 2015, 5:59 p.m. UTC | #2
On Fri, Sep 04, 2015 at 10:46:58AM -0400, Russell Bryant wrote:
> 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>

Applied to master, thanks!
diff mbox

Patch

diff --git a/INSTALL.DPDK.md b/INSTALL.DPDK.md
index 35dd9a0..20bd1c6 100644
--- a/INSTALL.DPDK.md
+++ b/INSTALL.DPDK.md
@@ -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