summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/perf_event_amd_ibs.c
diff options
context:
space:
mode:
authorJorrit Schippers2012-12-27 17:33:02 +0100
committerJiri Kosina2013-01-03 16:15:49 +0100
commitd82603c6da7579c50ebe3fe7da6e3e267d9f6427 (patch)
tree9bf2bb015fa7171440d5cb9be2e572faa44dd488 /arch/x86/kernel/cpu/perf_event_amd_ibs.c
parentRevert "Documentation: ABI: /sys/devices/system/cpu/cpu#/node" (diff)
downloadkernel-qcow2-linux-d82603c6da7579c50ebe3fe7da6e3e267d9f6427.tar.gz
kernel-qcow2-linux-d82603c6da7579c50ebe3fe7da6e3e267d9f6427.tar.xz
kernel-qcow2-linux-d82603c6da7579c50ebe3fe7da6e3e267d9f6427.zip
treewide: Replace incomming with incoming in all comments and strings
Signed-off-by: Jorrit Schippers <jorrit@ncode.nl> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'arch/x86/kernel/cpu/perf_event_amd_ibs.c')
-rw-r--r--arch/x86/kernel/cpu/perf_event_amd_ibs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/cpu/perf_event_amd_ibs.c b/arch/x86/kernel/cpu/perf_event_amd_ibs.c
index 6336bcbd0618..5f0581e713c2 100644
--- a/arch/x86/kernel/cpu/perf_event_amd_ibs.c
+++ b/arch/x86/kernel/cpu/perf_event_amd_ibs.c
@@ -528,7 +528,7 @@ static int perf_ibs_handle_irq(struct perf_ibs *perf_ibs, struct pt_regs *iregs)
if (!test_bit(IBS_STARTED, pcpu->state)) {
/*
* Catch spurious interrupts after stopping IBS: After
- * disabling IBS there could be still incomming NMIs
+ * disabling IBS there could be still incoming NMIs
* with samples that even have the valid bit cleared.
* Mark all this NMIs as handled.
*/