From: Yong Wang Date: Mon, 7 Jan 2019 09:10:47 +0000 (-0500) Subject: doc: fix a typo in power management guide X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=50360349245c7eafaac4aef94be1c85948fe5690;p=dpdk.git doc: fix a typo in power management guide This patch fixes a typo in programmer's guide. It should be Frequency, not Fequence. Fixes: 450f0791312c ("power: add traffic pattern aware power control") Cc: stable@dpdk.org Signed-off-by: Yong Wang --- diff --git a/doc/guides/prog_guide/power_man.rst b/doc/guides/prog_guide/power_man.rst index 68b7e8b64c..f55436bc9b 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 Frequency Index**: update the power state/frequency mapping. * **Detect empty poll state change**: empty poll state change detection algorithm then take action.