summaryrefslogtreecommitdiffstats
path: root/lib/libdisk/libdisk.h
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-04-01 11:44:12 +0000
committerobrien <obrien@FreeBSD.org>2001-04-01 11:44:12 +0000
commit51dae2254ac1cd5dc67d293758322c96c592a731 (patch)
treec0ec28c22f29e641f36a59e7f267d7c1c020e0b3 /lib/libdisk/libdisk.h
parent090766603f642fe5391fcb8771bd4b6f72297a56 (diff)
downloadFreeBSD-src-51dae2254ac1cd5dc67d293758322c96c592a731.zip
FreeBSD-src-51dae2254ac1cd5dc67d293758322c96c592a731.tar.gz
Correct a comment.
Diffstat (limited to 'lib/libdisk/libdisk.h')
-rw-r--r--lib/libdisk/libdisk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libdisk/libdisk.h b/lib/libdisk/libdisk.h
index bea78ec..842bb50 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;
OpenPOWER on IntegriCloud