[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <tip-f9d36996564f91c517b75b02942015f7e09a6574@git.kernel.org>
Date: Tue, 31 Jan 2012 05:16:57 -0800
From: tip-bot for Masanari Iida <standby24x7@...il.com>
To: linux-tip-commits@...r.kernel.org
Cc: acme@...hat.com, linux-kernel@...r.kernel.org, hpa@...or.com,
mingo@...hat.com, a.p.zijlstra@...llo.nl, tglx@...utronix.de,
standby24x7@...il.com
Subject: [tip:perf/core] perf evsel: Fix spelling typo
Commit-ID: f9d36996564f91c517b75b02942015f7e09a6574
Gitweb: http://git.kernel.org/tip/f9d36996564f91c517b75b02942015f7e09a6574
Author: Masanari Iida <standby24x7@...il.com>
AuthorDate: Wed, 25 Jan 2012 15:20:40 +0100
Committer: Arnaldo Carvalho de Melo <acme@...hat.com>
CommitDate: Mon, 30 Jan 2012 17:25:30 -0200
perf evsel: Fix spelling typo
Correct spelling "unsuported" to "unsupported" in
tools/peft/util/evsel.c
Cc: Peter Zijlstra <a.p.zijlstra@...llo.nl>
Cc: standby24x7@...il.com
Cc: trivial@...nel.org
Link: http://lkml.kernel.org/r/1327500312-9520-1-git-send-email-standby24x7@gmail.com
Signed-off-by: Masanari Iida <standby24x7@...il.com>
Signed-off-by: Arnaldo Carvalho de Melo <acme@...hat.com>
---
tools/perf/util/evsel.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tools/perf/util/evsel.c b/tools/perf/util/evsel.c
index 667f3b7..dcfefab 100644
--- a/tools/perf/util/evsel.c
+++ b/tools/perf/util/evsel.c
@@ -535,7 +535,7 @@ int perf_event__parse_sample(const union perf_event *event, u64 type,
}
if (type & PERF_SAMPLE_READ) {
- fprintf(stderr, "PERF_SAMPLE_READ is unsuported for now\n");
+ fprintf(stderr, "PERF_SAMPLE_READ is unsupported for now\n");
return -1;
}
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists