doc: fix a grammar mistake in rawdev guide
authorXiaolong Ye <xiaolong.ye@intel.com>
Tue, 4 Jun 2019 08:41:00 +0000 (16:41 +0800)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 8 Jul 2019 18:21:34 +0000 (20:21 +0200)
Fixes: a9bb0c44c775 ("doc: add rawdev library guide and doxygen page")
Cc: stable@dpdk.org
Signed-off-by: Xiaolong Ye <xiaolong.ye@intel.com>
Acked-by: John McNamara <john.mcnamara@intel.com>
Acked-by: Shreyansh Jain <shreyansh.jain@nxp.com>
doc/guides/prog_guide/rawdev.rst

index 06af694..a712c7f 100644 (file)
@@ -32,7 +32,7 @@ Key factors guiding design of the Rawdevice library:
 
 1. Following are some generic operations which can be treated as applicable
    to a large subset of device types. None of the operations are mandatory to
-   be implemented by a driver. Application should also be design for proper
+   be implemented by a driver. Application should also be designed for proper
    handling for unsupported APIs.
 
   * Device Start/Stop - In some cases, 'reset' might also be required which