doc: fix a grammar mistake in rawdev guide

Fixes: a9bb0c44c7 ("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>
This commit is contained in:
Xiaolong Ye 2019-06-04 16:41:00 +08:00 committed by Thomas Monjalon
parent b0437f8b02
commit 566d66aa84

View 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