diff options
author | H. Peter Anvin <hpa@zytor.com> | 2008-02-13 10:58:29 -0800 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-02-13 10:58:29 -0800 |
commit | 4d459d16f68ebcd8fbac96bf505db5bd1ac337db (patch) | |
tree | fa9a8463a1b42d0555280cc1fd146281a35efebf /isolinux.asm | |
parent | da3fc0db1ed49ee3e5a93260d644a598e5f38de3 (diff) | |
download | syslinux-4d459d16f68ebcd8fbac96bf505db5bd1ac337db.tar.gz |
Correct comment specific to SYSLINUX in the other derivatives
There was a comment which applied to SYSLINUX that had been copied
verbatim to the other derivatives; fix.
Diffstat (limited to 'isolinux.asm')
-rw-r--r-- | isolinux.asm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/isolinux.asm b/isolinux.asm index 3a8a6eed..81caf766 100644 --- a/isolinux.asm +++ b/isolinux.asm @@ -1404,8 +1404,6 @@ mangle_name: ; unmangle_name: Does the opposite of mangle_name; converts a DOS-mangled ; filename to the conventional representation. This is needed ; for the BOOT_IMAGE= parameter for the kernel. -; NOTE: A 13-byte buffer is mandatory, even if the string is -; known to be shorter. ; ; DS:SI -> input mangled file name ; ES:DI -> output buffer |