Correct a comment.

This commit is contained in:
obrien 2001-04-01 11:44:12 +00:00
parent 090766603f
commit 51dae2254a

View File

@ -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;