summaryrefslogtreecommitdiff
path: root/arch/parisc/kernel
diff options
context:
space:
mode:
authorDirk Hohndel <hohndel@infradead.org>2009-09-29 01:43:57 (GMT)
committerJiri Kosina <jkosina@suse.cz>2009-11-09 08:40:54 (GMT)
commit06fe9fb4182177fb046e6d934f80254dd90956ea (patch)
treeae394e643ae90641a6358296b9f9a5c13e79c189 /arch/parisc/kernel
parent5b73a41c02002ed2ee6b805d0c3691fb9ab9dc4f (diff)
downloadlinux-fsl-qoriq-06fe9fb4182177fb046e6d934f80254dd90956ea.tar.xz
tree-wide: fix a very frequent spelling mistake
something-bility is spelled as something-blity so a grep for 'blit' would find these lines this is so trivial that I didn't split it by subsystem / copy additional maintainers - all changes are to comments The only purpose is to get fewer false positives when grepping around the kernel sources. Signed-off-by: Dirk Hohndel <hohndel@infradead.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'arch/parisc/kernel')
-rw-r--r--arch/parisc/kernel/perf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/parisc/kernel/perf.c b/arch/parisc/kernel/perf.c
index 75099ef..f9f6783 100644
--- a/arch/parisc/kernel/perf.c
+++ b/arch/parisc/kernel/perf.c
@@ -24,7 +24,7 @@
*
* This driver programs the PCX-U/PCX-W performance counters
* on the PA-RISC 2.0 chips. The driver keeps all images now
- * internally to the kernel to hopefully eliminate the possiblity
+ * internally to the kernel to hopefully eliminate the possibility
* of a bad image halting the CPU. Also, there are different
* images for the PCX-W and later chips vs the PCX-U chips.
*