From: Chris Metcalf Date: Fri, 13 Sep 2013 14:57:54 +0000 (-0400) Subject: tile: fix typos in comment in arch/tile/kernel/unaligned.c X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=4db30e38ec2ad937678964f227202c6b5e90508e;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git tile: fix typos in comment in arch/tile/kernel/unaligned.c Signed-off-by: Chris Metcalf --- 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.