diff options
| -rw-r--r-- | lib/libdisk/libdisk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libdisk/libdisk.h b/lib/libdisk/libdisk.h index bea78ec52387..842bb502f5c1 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; |
