X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Fasm-powerpc%2Fpmac_pfunc.h;h=1330d6a58c57c630f1f429825f8331d5c718de9a;hb=ffaa82008f1aad52a6d3979f49d2a76c2928b60f;hp=cef61304ffc2b9004812cf07ac79db7a879dc2b7;hpb=1f84253e3ce75fc1b2946a544e16c5c0c13c7017;p=powerpc.git diff --git a/include/asm-powerpc/pmac_pfunc.h b/include/asm-powerpc/pmac_pfunc.h index cef61304ff..1330d6a58c 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. *