Correct a comment.

This commit is contained in:
obrien 2001-04-01 11:44:12 +00:00
parent 670656b0a0
commit 668eb11b4a

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;