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;