aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/trace
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2012-02-16 09:19:56 -0500
committerJiri Kosina <jkosina@suse.cz>2012-02-21 05:40:38 -0500
commitedbfc1ba08b7cc4677fb1f781bd94dc154142215 (patch)
treea470bf016f87898f667d75e86c715b7a986ce414 /Documentation/trace
parent5d948ce3447cae1f82cdbef9d74d79bc8d9d8700 (diff)
Documentation: Fix typo in events-power.txt
Correct spelling "Fequency" to "Frequency" in Documentation/trace/events-power.txt Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation/trace')
-rw-r--r--Documentation/trace/events-power.txt2
1 files changed, 1 insertions, 1 deletions
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"
57The 'type' parameter takes one of those macros: 57The 'type' parameter takes one of those macros:
58 . POWER_NONE = 0, 58 . POWER_NONE = 0,
59 . POWER_CSTATE = 1, /* C-State */ 59 . POWER_CSTATE = 1, /* C-State */
60 . POWER_PSTATE = 2, /* Fequency change or DVFS */ 60 . POWER_PSTATE = 2, /* Frequency change or DVFS */
61 61
62The 'state' parameter is set depending on the type: 62The 'state' parameter is set depending on the type:
63 . Target C-state for type=POWER_CSTATE, 63 . Target C-state for type=POWER_CSTATE,