X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=arch%2Ftile%2Fkernel%2Funaligned.c;h=b030b4e78845b596c1fc429687e360a2791e7046;hb=e7b87825e8100e1e1456840fc0d99a951631c036;hp=b425fb6a480d3e40c6d7fd2fab4bed1a41c7dbc0;hpb=5223161dc0f5e44fbf3d5e42d23697b6796cdf4e;p=firefly-linux-kernel-4.4.55.git diff --git a/arch/tile/kernel/unaligned.c b/arch/tile/kernel/unaligned.c index b425fb6a480d..b030b4e78845 100644 --- a/arch/tile/kernel/unaligned.c +++ b/arch/tile/kernel/unaligned.c @@ -551,8 +551,8 @@ static tilegx_bundle_bits jit_x1_bnezt(int ra, int broff) /* * This function generates unalign fixup JIT. * - * We fist find unalign load/store instruction's destination, source - * reguisters: ra, rb and rd. and 3 scratch registers by calling + * We first find unalign load/store instruction's destination, source + * registers: ra, rb and rd. and 3 scratch registers by calling * find_regs(...). 3 scratch clobbers should not alias with any register * used in the fault bundle. Then analyze the fault bundle to determine * if it's a load or store, operand width, branch or address increment etc.