From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <david.hunt@intel.com>
Received: from mga03.intel.com (mga03.intel.com [134.134.136.65])
 by dpdk.org (Postfix) with ESMTP id AEDFE1B461
 for <dev@dpdk.org>; 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 <wang.yong19@zte.com.cn>
Cc: dev@dpdk.org
References: <1546829434-11068-1-git-send-email-wang.yong19@zte.com.cn>
From: "Hunt, David" <david.hunt@intel.com>
Message-ID: <f597093e-25f8-ec20-76dd-b585865fdeb7@intel.com>
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 <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=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 <wang.yong19@zte.com.cn>
> ---
>   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.
>