Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1271854

[PATCH] tools:perf: fix typo in scripts/perl/Perf-Trace-Util/README

From Wei Jiangang <weijg.fnst@cn.fujitsu.com>
Newsgroups linux.kernel
Subject [PATCH] tools:perf: fix typo in scripts/perl/Perf-Trace-Util/README
Date 2015-11-18 06:50 +0100
Message-ID <qw3MZ-74f-5@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Correct typo in tools/perf/scripts/perl/Perf-Trace-Util/README,
desciptions => descriptions.

Signed-off-by: Wei Jiangang <weijg.fnst@cn.fujitsu.com>
---
 tools/perf/scripts/perl/Perf-Trace-Util/README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/perf/scripts/perl/Perf-Trace-Util/README b/tools/perf/scripts/perl/Perf-Trace-Util/README
index 2f0c7f3043ee..66d1238f4945 100644
--- a/tools/perf/scripts/perl/Perf-Trace-Util/README
+++ b/tools/perf/scripts/perl/Perf-Trace-Util/README
@@ -12,7 +12,7 @@ executable; scripts wishing to do that should 'use Context.pm'.
 
 The Perl->C perf interface is completely driven by Context.xs.  If you
 want to add new Perl functions that end up accessing C data in the
-perf executable, you add desciptions of the new functions here.
+perf executable, you add descriptions of the new functions here.
 scripting_context is a pointer to the perf data in the perf executable
 that you want to access - it's passed as the second parameter,
 $context, to all handler functions.
-- 
1.9.3

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[PATCH] tools:perf: fix typo in scripts/perl/Perf-Trace-Util/README Wei Jiangang <weijg.fnst@cn.fujitsu.com> - 2015-11-18 06:50 +0100

csiph-web