Переглянути джерело

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

Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
Chris Metcalf 11 роки тому
батько
коміт
4db30e38ec
1 змінених файлів з 2 додано та 2 видалено
  1. 2 2
      arch/tile/kernel/unaligned.c

+ 2 - 2
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.
  * 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
  * find_regs(...). 3 scratch clobbers should not alias with any register
  * used in the fault bundle. Then analyze the fault bundle to determine
  * 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.
  * if it's a load or store, operand width, branch or address increment etc.