diff options
| author | Masanari Iida <standby24x7@gmail.com> | 2013-04-09 02:06:50 +0900 | 
|---|---|---|
| committer | Jiri Kosina <jkosina@suse.cz> | 2013-04-12 15:21:36 +0200 | 
| commit | a895d57da04a4a24cda996e1a72425ff7e7e6c22 (patch) | |
| tree | 39ce16341f0bd80113ad72442a14e54625d0c9c1 /tools | |
| parent | 393b148f9d0e70cfcb0096985bb0f0742802929e (diff) | |
| download | olio-linux-3.10-a895d57da04a4a24cda996e1a72425ff7e7e6c22.tar.xz olio-linux-3.10-a895d57da04a4a24cda996e1a72425ff7e7e6c22.zip | |
treewide: Fix typo in printks
Correct spelling typos in printk and comments.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/perf/tests/attr.c | 2 | ||||
| -rw-r--r-- | tools/perf/tests/parse-events.c | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/tools/perf/tests/attr.c b/tools/perf/tests/attr.c index bdcceb886f7..e8257326ec6 100644 --- a/tools/perf/tests/attr.c +++ b/tools/perf/tests/attr.c @@ -173,6 +173,6 @@ int test__attr(void)  	    !lstat(path_perf, &st))  		return run_dir(path_dir, path_perf); -	fprintf(stderr, " (ommitted)"); +	fprintf(stderr, " (omitted)");  	return 0;  } diff --git a/tools/perf/tests/parse-events.c b/tools/perf/tests/parse-events.c index c5636f36fe3..63986f9db58 100644 --- a/tools/perf/tests/parse-events.c +++ b/tools/perf/tests/parse-events.c @@ -1321,7 +1321,7 @@ static int test_pmu_events(void)  	ret = stat(path, &st);  	if (ret) { -		pr_debug("ommiting PMU cpu events tests\n"); +		pr_debug("omitting PMU cpu events tests\n");  		return 0;  	} |