From 5e734d413c220ca32829306281c98cbb2d9ae5e8 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sun, 1 Apr 2001 11:44:12 +0000 Subject: [PATCH] Correct a comment. --- lib/libdisk/libdisk.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libdisk/libdisk.h b/lib/libdisk/libdisk.h index bea78ec5238..842bb502f5c 100644 --- a/lib/libdisk/libdisk.h +++ b/lib/libdisk/libdisk.h @@ -49,7 +49,7 @@ struct disk { size_t bootmgr_size; #endif u_char *boot1; -#if defined(__i386__) /* the alpha only has one boot program */ +#if defined(__i386__) /* the i386 needs extra help... */ u_char *boot2; #endif struct chunk *chunks;