Correct a comment.
This commit is contained in:
parent
670656b0a0
commit
668eb11b4a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user