doc: fix spelling error in vdev_netvsc

Message ID 20180725175146.30253-1-stephen@networkplumber.org (mailing list archive)
State Accepted, archived
Headers
Series doc: fix spelling error in vdev_netvsc |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK

Commit Message

Stephen Hemminger July 25, 2018, 5:51 p.m. UTC
  Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
---
 doc/guides/nics/vdev_netvsc.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Thomas Monjalon July 26, 2018, 8:56 p.m. UTC | #1
25/07/2018 19:51, Stephen Hemminger:
> Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>

Fixes: 56252de779a6 ("net/vdev_netvsc: add automatic probing")
Cc: stable@dpdk.org

Applied, thanks
  

Patch

diff --git a/doc/guides/nics/vdev_netvsc.rst b/doc/guides/nics/vdev_netvsc.rst
index e02ae9acbac6..d1da07118783 100644
--- a/doc/guides/nics/vdev_netvsc.rst
+++ b/doc/guides/nics/vdev_netvsc.rst
@@ -93,7 +93,7 @@  The following device parameters are supported:
 
 - ``ignore`` [int]
 
-  If nonzero, ignores the driver runnig (actually used to disable the
+  If nonzero, ignores the driver running (actually used to disable the
   auto-detection in Hyper-V VM).
 
 .. note::