doc: fix a typo in programmer's guide

Message ID 1546829434-11068-1-git-send-email-wang.yong19@zte.com.cn (mailing list archive)
State Superseded, archived
Delegated to: Thomas Monjalon
Headers
Series doc: fix a typo in programmer's guide |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK

Commit Message

Yong Wang Jan. 7, 2019, 2:50 a.m. UTC
  This patch fixes a typo in programmer's guide. It should be Frequence,
not Fequence.

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(-)
  

Comments

Hunt, David Jan. 7, 2019, 9:11 a.m. UTC | #1
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.
>
  

Patch

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.