From: Masanari Iida Date: Thu, 16 Feb 2012 14:19:56 +0000 (+0900) Subject: Documentation: Fix typo in events-power.txt X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=edbfc1ba08b7cc4677fb1f781bd94dc154142215;p=linux-beck.git Documentation: Fix typo in events-power.txt Correct spelling "Fequency" to "Frequency" in Documentation/trace/events-power.txt Signed-off-by: Masanari Iida Signed-off-by: Jiri Kosina --- diff --git a/Documentation/trace/events-power.txt b/Documentation/trace/events-power.txt index 96d87b67fe37..cf794af22855 100644 --- a/Documentation/trace/events-power.txt +++ b/Documentation/trace/events-power.txt @@ -57,7 +57,7 @@ power_end "cpu_id=%lu" The 'type' parameter takes one of those macros: . POWER_NONE = 0, . POWER_CSTATE = 1, /* C-State */ - . POWER_PSTATE = 2, /* Fequency change or DVFS */ + . POWER_PSTATE = 2, /* Frequency change or DVFS */ The 'state' parameter is set depending on the type: . Target C-state for type=POWER_CSTATE,