From: Xiaolong Ye Date: Tue, 4 Jun 2019 08:41:00 +0000 (+0800) Subject: doc: fix a grammar mistake in rawdev guide X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=566d66aa84ad047f0015ef3237995c365123f330;p=dpdk.git doc: fix a grammar mistake in rawdev guide Fixes: a9bb0c44c775 ("doc: add rawdev library guide and doxygen page") Cc: stable@dpdk.org Signed-off-by: Xiaolong Ye Acked-by: John McNamara Acked-by: Shreyansh Jain --- diff --git a/doc/guides/prog_guide/rawdev.rst b/doc/guides/prog_guide/rawdev.rst index 06af6942a6..a712c7fa99 100644 --- a/doc/guides/prog_guide/rawdev.rst +++ b/doc/guides/prog_guide/rawdev.rst @@ -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