summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sbin/disklabel/disklabel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/disklabel/disklabel.c b/sbin/disklabel/disklabel.c
index 12e01726cce..b012c7ab5d6 100644
--- a/sbin/disklabel/disklabel.c
+++ b/sbin/disklabel/disklabel.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: disklabel.c,v 1.207 2015/09/24 22:03:53 krw Exp $ */
+/* $OpenBSD: disklabel.c,v 1.208 2015/10/05 12:49:58 krw Exp $ */
/*
* Copyright (c) 1987, 1993
@@ -544,7 +544,7 @@ makebootarea(char *boot, struct disklabel *dp)
warnx("bootstrap: xxboot = %s", xxboot);
/*
- * For NUMBOOT > 0 architectures (landisk/vax)
+ * For NUMBOOT > 0 architectures (vax)
* up to d_bbsize bytes of ``xxboot'' go in bootarea, the rest
* is remembered and written later following the bootarea.
*/