From 566d66aa84ad047f0015ef3237995c365123f330 Mon Sep 17 00:00:00 2001 From: Xiaolong Ye Date: Tue, 4 Jun 2019 16:41:00 +0800 Subject: [PATCH] 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 --- doc/guides/prog_guide/rawdev.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1