[dpdk-dev] [PATCH 3/5] doc/prog_guides: fix triplicated typo
Thierry Herbelot
thierry.herbelot at 6wind.com
Wed May 22 11:44:47 CEST 2019
A bad formula was copied and pasted.
Signed-off-by: Thierry Herbelot <thierry.herbelot at 6wind.com>
---
doc/guides/prog_guide/bbdev.rst | 2 +-
doc/guides/prog_guide/cryptodev_lib.rst | 2 +-
doc/guides/prog_guide/rawdev.rst | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/guides/prog_guide/bbdev.rst b/doc/guides/prog_guide/bbdev.rst
index 658ffd400a01..dfa0ef67d0c8 100644
--- a/doc/guides/prog_guide/bbdev.rst
+++ b/doc/guides/prog_guide/bbdev.rst
@@ -44,7 +44,7 @@ From the command line using the --vdev EAL option
--vdev 'baseband_turbo_sw,max_nb_queues=8,socket_id=0'
-Our using the rte_vdev_init API within the application code.
+Or using the rte_vdev_init API within the application code.
.. code-block:: c
diff --git a/doc/guides/prog_guide/cryptodev_lib.rst b/doc/guides/prog_guide/cryptodev_lib.rst
index 23fa5bc188f7..9bbf207646e8 100644
--- a/doc/guides/prog_guide/cryptodev_lib.rst
+++ b/doc/guides/prog_guide/cryptodev_lib.rst
@@ -52,7 +52,7 @@ From the command line using the --vdev EAL option
Example: ``--vdev 'crypto_aesni_mb0' --vdev 'crypto_aesni_mb1'``
-Our using the rte_vdev_init API within the application code.
+Or using the rte_vdev_init API within the application code.
.. code-block:: c
diff --git a/doc/guides/prog_guide/rawdev.rst b/doc/guides/prog_guide/rawdev.rst
index 42c195cefa23..06af6942a6df 100644
--- a/doc/guides/prog_guide/rawdev.rst
+++ b/doc/guides/prog_guide/rawdev.rst
@@ -100,7 +100,7 @@ From the command line using the --vdev EAL option
--vdev 'rawdev_dev1'
-Our using the rte_vdev_init API within the application code.
+Or using the rte_vdev_init API within the application code.
.. code-block:: c
--
2.11.0
More information about the dev
mailing list