diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-02-16 09:19:56 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-02-21 05:40:38 -0500 |
commit | edbfc1ba08b7cc4677fb1f781bd94dc154142215 (patch) | |
tree | a470bf016f87898f667d75e86c715b7a986ce414 /Documentation/trace | |
parent | 5d948ce3447cae1f82cdbef9d74d79bc8d9d8700 (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.txt | 2 |
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" | |||
57 | The 'type' parameter takes one of those macros: | 57 | The '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 | ||
62 | The 'state' parameter is set depending on the type: | 62 | The 'state' parameter is set depending on the type: |
63 | . Target C-state for type=POWER_CSTATE, | 63 | . Target C-state for type=POWER_CSTATE, |