Messages in this thread Patch in this message |  | | | From | "Justin P. Mattock" <> | | Subject | [PATCH]arch:x86:kernel:cpu:perf_event_p4.c Typo: change indexig to indexing. | | Date | Fri, 22 Apr 2011 10:08:52 -0700 |
| |
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
|  |