[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <tip-fa7b69475a6c192853949ba496dd9c37b497b548@git.kernel.org>
Date: Mon, 25 Apr 2011 10:12:55 GMT
From: "tip-bot for Justin P. Mattock" <justinmattock@...il.com>
To: linux-tip-commits@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, justinmattock@...il.com,
hpa@...or.com, mingo@...hat.com, tglx@...utronix.de,
gorcunov@...il.com, mingo@...e.hu
Subject: [tip:perf/core] perf events, x86, P4: Fix typo in comment
Commit-ID: fa7b69475a6c192853949ba496dd9c37b497b548
Gitweb: http://git.kernel.org/tip/fa7b69475a6c192853949ba496dd9c37b497b548
Author: Justin P. Mattock <justinmattock@...il.com>
AuthorDate: Fri, 22 Apr 2011 10:08:52 -0700
Committer: Ingo Molnar <mingo@...e.hu>
CommitDate: Sun, 24 Apr 2011 13:16:04 +0200
perf events, x86, P4: Fix typo in comment
Signed-off-by: Justin P. Mattock <justinmattock@...il.com>
Acked-by: Cyrill Gorcunov <gorcunov@...il.com>
Cc: trivial@...nel.org
Link: http://lkml.kernel.org/r/1303492132-3004-1-git-send-email-justinmattock@gmail.com
Signed-off-by: Ingo Molnar <mingo@...e.hu>
---
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 ae31e96..f4c1da2 100644
--- a/arch/x86/kernel/cpu/perf_event_p4.c
+++ b/arch/x86/kernel/cpu/perf_event_p4.c
@@ -1187,7 +1187,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);
--
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