From c14810004b6a9451e32dffae57041413f437ed51 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Tue, 31 Mar 2009 17:30:24 -0700 Subject: [PATCH] chain.c32: remove misleading comment Remove a never-implemented, misleading comment Signed-off-by: H. Peter Anvin --- com32/modules/chain.c | 1 - 1 file changed, 1 deletion(-) diff --git a/com32/modules/chain.c b/com32/modules/chain.c index 9c2645c..1a405f3 100644 --- a/com32/modules/chain.c +++ b/com32/modules/chain.c @@ -447,7 +447,6 @@ static void do_boot(void *boot_sector, size_t boot_size, } /* Nothing below 0x7c00, much simpler... */ - /* The 256 byte is a fudge factor... */ if (boot_size >= dosmem - loadbase) goto too_big; -- 2.7.4