From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id AEDFE1B461 for ; Mon, 7 Jan 2019 10:11:36 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Jan 2019 01:11:35 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,450,1539673200"; d="scan'208";a="265002747" Received: from unknown (HELO [10.237.210.24]) ([10.237.210.24]) by orsmga004.jf.intel.com with ESMTP; 07 Jan 2019 01:11:34 -0800 To: Yong Wang Cc: dev@dpdk.org References: <1546829434-11068-1-git-send-email-wang.yong19@zte.com.cn> From: "Hunt, David" Message-ID: Date: Mon, 7 Jan 2019 09:11:34 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.3.3 MIME-Version: 1.0 In-Reply-To: <1546829434-11068-1-git-send-email-wang.yong19@zte.com.cn> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US Subject: Re: [dpdk-dev] [PATCH] doc: fix a typo in programmer's 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: Mon, 07 Jan 2019 09:11:37 -0000 Hi Yong Wang, On 7/1/2019 2:50 AM, Yong Wang wrote: > This patch fixes a typo in programmer's guide. It should be Frequence, > not Fequence. It should be Frequency. Rgds, Dave. > Fixes: 450f0791312c ("power: add traffic pattern aware power control") > > Signed-off-by: Yong Wang > --- > doc/guides/prog_guide/power_man.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/doc/guides/prog_guide/power_man.rst b/doc/guides/prog_guide/power_man.rst > index 68b7e8b..f59e2c3 100644 > --- a/doc/guides/prog_guide/power_man.rst > +++ b/doc/guides/prog_guide/power_man.rst > @@ -184,7 +184,7 @@ API Overview for Empty Poll Power Management > > * **Update Valid Poll Counter**: update the valid poll counter. > > -* **Set the Fequence Index**: update the power state/frequency mapping. > +* **Set the Frequence Index**: update the power state/frequency mapping. > > * **Detect empty poll state change**: empty poll state change detection algorithm then take action. >