diff options
author | Adam Buchbinder <adam.buchbinder@gmail.com> | 2016-02-24 21:02:25 +0300 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2016-04-18 13:45:53 +0300 |
commit | bd1a0be5154788a052c6b851dbfa97bcd71f21d6 (patch) | |
tree | d812e0c973a060a77de747161adbc6c9c52f1f2d /tools/perf/tests | |
parent | 014b38ec694ce3fd11cfedbdee75d1fdcb031839 (diff) | |
download | linux-bd1a0be5154788a052c6b851dbfa97bcd71f21d6.tar.xz |
tools/perf: Fix misspellings in comments.
Signed-off-by: Adam Buchbinder <adam.buchbinder@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'tools/perf/tests')
-rw-r--r-- | tools/perf/tests/openat-syscall-all-cpus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/tests/openat-syscall-all-cpus.c b/tools/perf/tests/openat-syscall-all-cpus.c index 53c2273e8859..ad1cb63139a7 100644 --- a/tools/perf/tests/openat-syscall-all-cpus.c +++ b/tools/perf/tests/openat-syscall-all-cpus.c @@ -73,7 +73,7 @@ int test__openat_syscall_event_on_all_cpus(int subtest __maybe_unused) } /* - * Here we need to explicitely preallocate the counts, as if + * Here we need to explicitly preallocate the counts, as if * we use the auto allocation it will allocate just for 1 cpu, * as we start by cpu 0. */ |