Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

MIPS: hazards.h: Fix typo

Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Cc: chenhc@lemote.com
Cc: james.hogan@imgtec.com
Cc: linux-mips@linux-mips.org
Cc: trivial@kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/13317/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

authored by

Andrea Gelmini and committed by
Ralf Baechle
20430e76 9b987c4d

+4 -4
+4 -4
arch/mips/include/asm/hazards.h
··· 58 58 * address of a label as argument to inline assembler. Gas otoh has the 59 59 * annoying difference between la and dla which are only usable for 32-bit 60 60 * rsp. 64-bit code, so can't be used without conditional compilation. 61 - * The alterantive is switching the assembler to 64-bit code which happens 62 - * to work right even for 32-bit code ... 61 + * The alternative is switching the assembler to 64-bit code which happens 62 + * to work right even for 32-bit code... 63 63 */ 64 64 #define instruction_hazard() \ 65 65 do { \ ··· 133 133 * address of a label as argument to inline assembler. Gas otoh has the 134 134 * annoying difference between la and dla which are only usable for 32-bit 135 135 * rsp. 64-bit code, so can't be used without conditional compilation. 136 - * The alterantive is switching the assembler to 64-bit code which happens 137 - * to work right even for 32-bit code ... 136 + * The alternative is switching the assembler to 64-bit code which happens 137 + * to work right even for 32-bit code... 138 138 */ 139 139 #define __instruction_hazard() \ 140 140 do { \