mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Correct a comment.
This commit is contained in:
parent
8c32a31fd2
commit
5e734d413c
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue