From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 0F901A0096 for ; Tue, 4 Jun 2019 10:50:00 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D6FAF1BB32; Tue, 4 Jun 2019 10:49:59 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 2DCDB1B9E7; Tue, 4 Jun 2019 10:49:55 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Jun 2019 01:49:55 -0700 X-ExtLoop1: 1 Received: from yexl-server.sh.intel.com (HELO NPG-DPDK-XDP-yexl-server.sh.intel.com) ([10.67.110.206]) by fmsmga008.fm.intel.com with ESMTP; 04 Jun 2019 01:49:53 -0700 From: Xiaolong Ye To: Shreyansh Jain , Hemant Agrawal , John McNamara , Marko Kovacevic Cc: dev@dpdk.org, Xiaolong Ye , stable@dpdk.org Date: Tue, 4 Jun 2019 16:41:00 +0800 Message-Id: <20190604084100.98523-1-xiaolong.ye@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dpdk-stable] [PATCH] doc: fix a grammar mistake in rawdev guide X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" Fixes: a9bb0c44c775 ("doc: add rawdev library guide and doxygen page") Cc: stable@dpdk.org Signed-off-by: Xiaolong Ye --- 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 42c195cef..b61a87697 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.17.1