From: H. Peter Anvin Date: Wed, 25 Jun 2008 01:06:09 +0000 (-0700) Subject: extlinux: Fix comment X-Git-Tag: syslinux-3.70-pre25~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b078aa315d7d9ae23b914190f263c01295c3c70a;p=platform%2Fupstream%2Fsyslinux.git extlinux: Fix comment "Bytes left" should be "bytes read" --- diff --git a/core/extlinux.asm b/core/extlinux.asm index b0a8240..02c2e22 100644 --- a/core/extlinux.asm +++ b/core/extlinux.asm @@ -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: