summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2006-08-17 19:38:55 -0700
committerH. Peter Anvin <hpa@zytor.com>2006-08-17 19:38:55 -0700
commit22041405ecbd74d046ce5a29c3f57f49f0b598bf (patch)
treeaa3b11a0ba2568661bcd729978b3a434361f6bbc
parent3cd4be7cb586507d6ad9f5a9cfc3544977f6152e (diff)
downloadsyslinux-22041405ecbd74d046ce5a29c3f57f49f0b598bf.tar.gz
Comment fix.
-rw-r--r--ui.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui.inc b/ui.inc
index b238ae43..6ea3a4a6 100644
--- a/ui.inc
+++ b/ui.inc
@@ -506,7 +506,7 @@ kernel_good:
; At this point, DX:AX contains the size of the kernel, and SI contains
; the file handle/cluster pointer.
;
- or ecx,20202000h ; Force lower case
+ or ecx,20202000h ; Force lower case (except dot)
cmp ecx,'.com'
je is_comboot_image