From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 11DB91396 for ; Wed, 29 Mar 2017 11:58:22 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1490781503; x=1522317503; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=/uLxu2eLm0VxJxfjI8LCbPJT3I65fF5YoMlyda3tR1o=; b=hsI1UvRflMoAgP02MG9Pt7wHnkeglNMqIpfLGEXPNPwwNhi5hIbq70DL ZzDlqkaWxvFOeYcU+dO67Q+UYi1KMA==; Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 29 Mar 2017 02:58:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,240,1486454400"; d="scan'208";a="1113232608" Received: from irsmsx109.ger.corp.intel.com ([163.33.3.23]) by orsmga001.jf.intel.com with ESMTP; 29 Mar 2017 02:58:21 -0700 Received: from irsmsx112.ger.corp.intel.com (10.108.20.5) by IRSMSX109.ger.corp.intel.com (163.33.3.23) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 29 Mar 2017 10:58:20 +0100 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.241]) by irsmsx112.ger.corp.intel.com ([169.254.1.61]) with mapi id 14.03.0319.002; Wed, 29 Mar 2017 10:58:20 +0100 From: "Mcnamara, John" To: Yong Wang CC: "dev@dpdk.org" Thread-Topic: [PATCH] doc: fix a typo in howto guide Thread-Index: AQHSqHJ0AJ01pKSTgE25BEy9N/lhd6GrlQKQ Date: Wed, 29 Mar 2017 09:58:19 +0000 Message-ID: References: <1490776055-11464-1-git-send-email-wang.yong19@zte.com.cn> In-Reply-To: <1490776055-11464-1-git-send-email-wang.yong19@zte.com.cn> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNjUwY2U2NzUtOWYyYy00ZmE4LTkxMzctMTUyZmRmZTc3YjM0IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6InRreXdwRWlId0Ziak03MXFvSEgxSjFQYmwwMG1SblMwcGVVR2YxdVNKbU09In0= x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] doc: fix a typo in howto guide X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 09:58:23 -0000 > -----Original Message----- > From: Yong Wang [mailto:wang.yong19@zte.com.cn] > Sent: Wednesday, March 29, 2017 9:28 AM > To: Mcnamara, John > Cc: dev@dpdk.org; Yong Wang > Subject: [PATCH] doc: fix a typo in howto guide >=20 > Signed-off-by: Yong Wang Good catch. Thanks. Acked-by: John McNamara