summaryrefslogtreecommitdiff
path: root/sys/arch/mips64
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/mips64')
-rw-r--r--sys/arch/mips64/mips64/disksubr.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/mips64/mips64/disksubr.c b/sys/arch/mips64/mips64/disksubr.c
index 189281aa41f..1a9e7a31002 100644
--- a/sys/arch/mips64/mips64/disksubr.c
+++ b/sys/arch/mips64/mips64/disksubr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: disksubr.c,v 1.23 2006/10/03 01:37:22 krw Exp $ */
+/* $OpenBSD: disksubr.c,v 1.24 2006/10/04 03:23:01 krw Exp $ */
/*
* Copyright (c) 1999 Michael Shalayeff
@@ -208,8 +208,7 @@ readdisklabel(dev, strat, lp, osdep, spoofonly)
#if defined(DISKLABEL_I386)
/*
* If dos partition table requested, attempt to load it and
- * find disklabel inside a DOS partition. Also, if bad block
- * table needed, attempt to extract it as well. Return buffer
+ * find disklabel inside a DOS partition. Return buffer
* for use in signalling errors if requested.
*
* We would like to check if each MBR has a valid BOOT_MAGIC, but