From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 672A92C31 for ; Sat, 6 Aug 2016 08:16:37 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP; 05 Aug 2016 23:16:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,476,1464678000"; d="scan'208";a="1030753987" Received: from imail001.iil.intel.com ([10.184.207.12]) by orsmga002.jf.intel.com with ESMTP; 05 Aug 2016 23:16:34 -0700 Received: from cghost.iil.intel.com (cghost.iil.intel.com [143.185.141.151]) by imail001.iil.intel.com with ESMTP id u766GWuQ006787; Sat, 6 Aug 2016 09:16:32 +0300 From: Rami Rosen To: dev@dpdk.org Cc: Rami Rosen Date: Sat, 6 Aug 2016 09:16:23 +0300 Message-Id: <1470464183-19057-1-git-send-email-rami.rosen@intel.com> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH] doc: fix a typo in intel_vf.rst. X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Aug 2016 06:16:37 -0000 This patch fixes a typo in doc/guides/nics/intel_vf.rst. Signed-off-by: Rami Rosen --- doc/guides/nics/intel_vf.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/nics/intel_vf.rst b/doc/guides/nics/intel_vf.rst index 95a79b5..9fe4209 100644 --- a/doc/guides/nics/intel_vf.rst +++ b/doc/guides/nics/intel_vf.rst @@ -486,7 +486,7 @@ The setup procedure is as follows: .. note:: - — The pci-assign,host=08:10.0 alue indicates that you want to attach a PCI device + — The pci-assign,host=08:10.0 value indicates that you want to attach a PCI device to a Virtual Machine and the respective (Bus:Device.Function) numbers should be passed for the Virtual Function to be attached. -- 2.7.4