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

tile: fix typos in comment in arch/tile/kernel/unaligned.c

Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>

+2 -2
+2 -2
arch/tile/kernel/unaligned.c
··· 551 551 /* 552 552 * This function generates unalign fixup JIT. 553 553 * 554 - * We fist find unalign load/store instruction's destination, source 555 - * reguisters: ra, rb and rd. and 3 scratch registers by calling 554 + * We first find unalign load/store instruction's destination, source 555 + * registers: ra, rb and rd. and 3 scratch registers by calling 556 556 * find_regs(...). 3 scratch clobbers should not alias with any register 557 557 * used in the fault bundle. Then analyze the fault bundle to determine 558 558 * if it's a load or store, operand width, branch or address increment etc.