diff options
author | Michal Soltys <soltys@ziu.info> | 2010-09-25 13:07:56 +0200 |
---|---|---|
committer | Michal Soltys <soltys@ziu.info> | 2010-09-28 09:32:53 +0200 |
commit | 9cbc3a5bfb1b58c5821757749129a67672f8c326 (patch) | |
tree | 8ba88c7c4a73382e132905527224b10a05ee18bf /com32/chain/mangle.c | |
parent | 503409bba24d025b9832211a2ea648f4fb649ae0 (diff) | |
download | syslinux-9cbc3a5bfb1b58c5821757749129a67672f8c326.tar.gz |
com32/chain/mangle.c: remove useless comment
Signed-off-by: Michal Soltys <soltys@ziu.info>
Diffstat (limited to 'com32/chain/mangle.c')
-rw-r--r-- | com32/chain/mangle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/chain/mangle.c b/com32/chain/mangle.c index aa957385..277e219d 100644 --- a/com32/chain/mangle.c +++ b/com32/chain/mangle.c @@ -291,7 +291,7 @@ int mangles_bpb(const struct part_iter *iter, struct data_area *data) /* * This function performs full BPB patching, analogously to syslinux's - * native BSS. opt.drv is prereq + * native BSS. */ int manglesf_bss(struct data_area *sec, struct data_area *fil) { |