extlinux: Fix comment
authorH. Peter Anvin <hpa@zytor.com>
Wed, 25 Jun 2008 01:06:09 +0000 (18:06 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 25 Jun 2008 01:06:09 +0000 (18:06 -0700)
"Bytes left" should be "bytes read"

core/extlinux.asm

index b0a8240..02c2e22 100644 (file)
@@ -1505,7 +1505,7 @@ getfssec:
                shl ecx,SECTOR_SHIFT
                sub [si+file_bytesleft],ecx
                jnbe .noteof                    ; CF=0 in this case
-               add ecx,[si+file_bytesleft]     ; Actual number of bytes left
+               add ecx,[si+file_bytesleft]     ; Actual number of bytes read
                call close_file
                stc                             ; We hit EOF
 .noteof: