X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-powerpc%2Fpmac_pfunc.h;fp=include%2Fasm-powerpc%2Fpmac_pfunc.h;h=cef61304ffc2b9004812cf07ac79db7a879dc2b7;hb=64ba3f394c830ec48a1c31b53dcae312c56f1604;hp=1330d6a58c57c630f1f429825f8331d5c718de9a;hpb=be1e6109ac94a859551f8e1774eb9a8469fe055c;p=linux-2.6.git diff --git a/include/asm-powerpc/pmac_pfunc.h b/include/asm-powerpc/pmac_pfunc.h index 1330d6a58..cef61304f 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 - * mechanism provides no way to encode that so you have to get it right at + * mecanism 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. *