summaryrefslogtreecommitdiff
path: root/include/asm-powerpc/pmac_pfunc.h
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2006-06-30 18:20:44 +0200
committerAdrian Bunk <bunk@stusta.de>2006-06-30 18:20:44 +0200
commitb3c2ffd5343645fc9b46f67e8c0eaac1e2dde7b4 (patch)
tree3f3f9dd9394a7f0cecacea769fd75cda0b125c80 /include/asm-powerpc/pmac_pfunc.h
parent9aaeded72f923212e6d9d7b6b8e3830e983f323e (diff)
typo fixes: mecanism -> mechanism
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'include/asm-powerpc/pmac_pfunc.h')
-rw-r--r--include/asm-powerpc/pmac_pfunc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-powerpc/pmac_pfunc.h b/include/asm-powerpc/pmac_pfunc.h
index cef61304ffc2..1330d6a58c57 100644
--- a/include/asm-powerpc/pmac_pfunc.h
+++ b/include/asm-powerpc/pmac_pfunc.h
@@ -205,7 +205,7 @@ extern void pmf_do_irq(struct pmf_function *func);
*
* The args array contains as many arguments as is required by the function,
* this is dependent on the function you are calling, unfortunately Apple
- * mecanism provides no way to encode that so you have to get it right at
+ * mechanism provides no way to encode that so you have to get it right at
* the call site. Some functions require no args, in which case, you can
* pass NULL.
*