[dts] [PATCH] doc: fix typos in virtualization gsg

Rami Rosen ramirose at gmail.com
Sat Dec 29 12:50:09 CET 2018


This patch fixes 3 typos in virtualization gsg 

Signed-off-by: Rami Rosen <ramirose at gmail.com>
---
 doc/dts_gsg/virtualization.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/dts_gsg/virtualization.rst b/doc/dts_gsg/virtualization.rst
index d9b409d..df6b681 100755
--- a/doc/dts_gsg/virtualization.rst
+++ b/doc/dts_gsg/virtualization.rst
@@ -247,7 +247,7 @@ Before VM operations, vxlan sample feature request to start tep_termination appl
 .. code-block:: console
 
     def prepare_vxlan_sample_env(self, tep_cmd):
-        # remove unexpected socke
+        # remove unexpected socket
         self.dut.send_expect("rm -rf vhost-net", "# ")
     
         # start tep_termination first
@@ -479,10 +479,10 @@ Options for nic:
 	+-----------------+----------------------------------+----------------+-----------+
 	| opt_vlan        | vlan of virtual nic	             | 0              | No        |
 	+-----------------+----------------------------------+----------------+-----------+
-	| opt_macaddr     | If not assgin, nic will generate | N/A            | No        |         
+	| opt_macaddr     | If not assign, nic will generate | N/A            | No	|
 	|                 | random mac	                     | 	              |           |
 	+-----------------+----------------------------------+----------------+-----------+
-	| opt_model       | model of virutal nic             | e1000	      | No        |
+	| opt_model       | model of virtual nic             | e1000	      | No        |
 	+-----------------+----------------------------------+----------------+-----------+
 	| opt_name        | name be assigned for use in      | N/A            | No        | 
 	|                 | monitor command                  |                |           |
-- 
2.19.2



More information about the dts mailing list