summaryrefslogtreecommitdiffstats
path: root/arch/arc
diff options
context:
space:
mode:
authorAnoop Thomas Mathew2013-09-20 05:55:41 +0200
committerJiri Kosina2013-10-14 15:46:39 +0200
commit23d6d3db66151d9f8e7f2ea6b2c4fc6cc0097a66 (patch)
tree13d5afa70bf29e075cddf726a3fe5760c5255add /arch/arc
parenttreewide: fix "usefull" typo (diff)
downloadkernel-qcow2-linux-23d6d3db66151d9f8e7f2ea6b2c4fc6cc0097a66.tar.gz
kernel-qcow2-linux-23d6d3db66151d9f8e7f2ea6b2c4fc6cc0097a66.tar.xz
kernel-qcow2-linux-23d6d3db66151d9f8e7f2ea6b2c4fc6cc0097a66.zip
doc: typo on word accounting in kprobes.c in mutliple architectures
Signed-off-by: Anoop Thomas Mathew <atm@profoundis.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'arch/arc')
-rw-r--r--arch/arc/kernel/kprobes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arc/kernel/kprobes.c b/arch/arc/kernel/kprobes.c
index 72f97822784a..7446c8dcb915 100644
--- a/arch/arc/kernel/kprobes.c
+++ b/arch/arc/kernel/kprobes.c
@@ -327,7 +327,7 @@ int __kprobes kprobe_fault_handler(struct pt_regs *regs, unsigned long trapnr)
*/
/* We increment the nmissed count for accounting,
- * we can also use npre/npostfault count for accouting
+ * we can also use npre/npostfault count for accounting
* these specific fault cases.
*/
kprobes_inc_nmissed_count(cur);