diff options
author | Jiang Jian <jiangjian@cdjrlc.com> | 2022-06-21 11:16:17 +0300 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2022-07-28 21:36:56 +0300 |
commit | 2db0e5eb9c4843cde76bb118750369ef231254e8 (patch) | |
tree | f84f8a98e92d81c2100cbeb296f2d1b5eeacc7cb /tools/power | |
parent | 6f9cf553deb84ca5d390dfe7b23022fecbd838df (diff) | |
download | linux-2db0e5eb9c4843cde76bb118750369ef231254e8.tar.xz |
tools/power turbosstat: fix comment
remove duplicate "the" in comment
Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'tools/power')
-rw-r--r-- | tools/power/x86/turbostat/turbostat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/power/x86/turbostat/turbostat.c b/tools/power/x86/turbostat/turbostat.c index 65dc7cd6e853..089711e20416 100644 --- a/tools/power/x86/turbostat/turbostat.c +++ b/tools/power/x86/turbostat/turbostat.c @@ -5456,7 +5456,7 @@ void print_dev_latency(void) } /* - * Linux-perf manages the the HW instructions-retired counter + * Linux-perf manages the HW instructions-retired counter * by enabling when requested, and hiding rollover */ void linux_perf_init(void) |