linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH]arch:x86:kernel:cpu:perf_event_p4.c Typo: change indexig to indexing.
@ 2011-04-22 17:08 Justin P. Mattock
  2011-04-22 17:12 ` Cyrill Gorcunov
  2011-04-25 10:12 ` [tip:perf/core] perf events, x86, P4: Fix typo in comment tip-bot for Justin P. Mattock
  0 siblings, 2 replies; 3+ messages in thread
From: Justin P. Mattock @ 2011-04-22 17:08 UTC (permalink / raw)
  To: trivial; +Cc: linux-kernel, Justin P. Mattock

The below patch fixes a typo in a comment.

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
 arch/x86/kernel/cpu/perf_event_p4.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/x86/kernel/cpu/perf_event_p4.c b/arch/x86/kernel/cpu/perf_event_p4.c
index c2520e1..276adb9 100644
--- a/arch/x86/kernel/cpu/perf_event_p4.c
+++ b/arch/x86/kernel/cpu/perf_event_p4.c
@@ -1188,7 +1188,7 @@ static __init int p4_pmu_init(void)
 {
 	unsigned int low, high;
 
-	/* If we get stripped -- indexig fails */
+	/* If we get stripped -- indexing fails */
 	BUILD_BUG_ON(ARCH_P4_MAX_CCCR > X86_PMC_MAX_GENERIC);
 
 	rdmsr(MSR_IA32_MISC_ENABLE, low, high);
-- 
1.7.4.4


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-04-25 10:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-22 17:08 [PATCH]arch:x86:kernel:cpu:perf_event_p4.c Typo: change indexig to indexing Justin P. Mattock
2011-04-22 17:12 ` Cyrill Gorcunov
2011-04-25 10:12 ` [tip:perf/core] perf events, x86, P4: Fix typo in comment tip-bot for Justin P. Mattock

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).