patch-2.1.104 linux/arch/arm/lib/checksum.S
Next file: linux/arch/arm/lib/ll_char_wr.S
Previous file: linux/arch/arm/kernel/entry-armo.S
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Wed May 20 18:54:35 1998
- Orig file:
v2.1.103/linux/arch/arm/lib/checksum.S
- Orig date:
Fri May 8 23:14:42 1998
diff -u --recursive --new-file v2.1.103/linux/arch/arm/lib/checksum.S linux/arch/arm/lib/checksum.S
@@ -207,7 +207,7 @@
blt .too_small_user
tst r1, #2 @ Test destination alignment
beq .dst_aligned_user
- subs r2, r2, #2 @ We dont know if SRC is aligned...
+ subs r2, r2, #2 @ We do not know if SRC is aligned...
load2b ip, r8
orr ip, ip, r8, lsl #8
adds r3, r3, ip
@@ -469,7 +469,7 @@
blt Ltoo_small
tst r1, #2 @ Test destination alignment
beq Ldst_aligned
- subs r2, r2, #2 @ We dont know if SRC is aligned...
+ subs r2, r2, #2 @ We do not know if SRC is aligned...
ldrb ip, [r0], #1
ldrb r8, [r0], #1
orr ip, ip, r8, lsl #8
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov