patch-2.1.107 linux/arch/i386/boot/bootsect.S

Next file: linux/arch/i386/boot/compressed/misc.c
Previous file: linux/arch/alpha/mm/fault.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.106/linux/arch/i386/boot/bootsect.S linux/arch/i386/boot/bootsect.S
@@ -413,7 +413,7 @@
 	rol	dx, #4		! rotate so that lowest 4 bits are used
 	mov	ax, #0xe0f	! ah = request, al = mask for nybble
 	and	al, dl
-	add	al, #0x90	! convert al to ascii hex (four instructions)
+	add	al, #0x90	! convert al to ASCII hex (four instructions)
 	daa
 	adc	al, #0x40
 	daa

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov