aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2012-09-22 19:33:07 +0100
committerChris E Ferron <chris.e.ferron@linux.intel.com>2012-09-24 08:51:43 -0700
commita9cb1a56ce2cd03da1e6fe13fc0ab73647a1106e (patch)
treefe564ae2cbb0d48862c84e6e140c7b59f7af0af5
parent5dcd82dbe58c1ae1c187c388fbf16e62edde3d3f (diff)
downloadpowertop-2.0-v2-a9cb1a56ce2cd03da1e6fe13fc0ab73647a1106e.tar.gz
cpu: abstract_cpu: Fix typo in comment
thier ==> their Signed-off-by: Colin Ian King <colin.king@canonical.com>
-rw-r--r--src/cpu/abstract_cpu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/abstract_cpu.cpp b/src/cpu/abstract_cpu.cpp
index 386d981..e159877 100644
--- a/src/cpu/abstract_cpu.cpp
+++ b/src/cpu/abstract_cpu.cpp
@@ -162,7 +162,7 @@ void abstract_cpu::insert_cstate(const char *linux_name, const char *human_name,
c++;
}
- /* some architectures (ARM) don't have good numbers in thier human name.. fall back to the linux name for those */
+ /* some architectures (ARM) don't have good numbers in their human name.. fall back to the linux name for those */
c = linux_name;
while (*c && state->line_level < 0) {
if (*c >= '0' && *c <='9') {