Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/utils/sysinst/arch Fix pasto in comment.
details: https://anonhg.NetBSD.org/src/rev/f134d48e95fc
branches: trunk
changeset: 754468:f134d48e95fc
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Sat May 01 11:13:01 2010 +0000
description:
Fix pasto in comment.
diffstat:
distrib/utils/sysinst/arch/hpcmips/md.h | 6 ++----
distrib/utils/sysinst/arch/landisk/md.h | 4 ++--
2 files changed, 4 insertions(+), 6 deletions(-)
diffs (44 lines):
diff -r 97fb8787437a -r f134d48e95fc distrib/utils/sysinst/arch/hpcmips/md.h
--- a/distrib/utils/sysinst/arch/hpcmips/md.h Sat May 01 10:46:29 2010 +0000
+++ b/distrib/utils/sysinst/arch/hpcmips/md.h Sat May 01 11:13:01 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: md.h,v 1.26 2007/11/12 15:07:35 jmmv Exp $ */
+/* $NetBSD: md.h,v 1.27 2010/05/01 11:14:37 tsutsui Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@@ -36,7 +36,7 @@
*
*/
-/* md.h -- Machine specific definitions for the i386 */
+/* md.h -- Machine specific definitions for the hpcmips */
#include <machine/cpu.h>
@@ -71,7 +71,5 @@
* to get incore to ondisk inode translation for the Sun proms.
* If not defined, we assume the port does not support disklabels and
* hand-edited disklabel will NOT be written by MI code.
- *
- * On i386, do what the 1.2 install scripts did.
*/
#define DISKLABEL_CMD "disklabel -w -r"
diff -r 97fb8787437a -r f134d48e95fc distrib/utils/sysinst/arch/landisk/md.h
--- a/distrib/utils/sysinst/arch/landisk/md.h Sat May 01 10:46:29 2010 +0000
+++ b/distrib/utils/sysinst/arch/landisk/md.h Sat May 01 11:13:01 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: md.h,v 1.3 2009/12/22 11:14:33 nonaka Exp $ */
+/* $NetBSD: md.h,v 1.4 2010/05/01 11:13:01 tsutsui Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@@ -38,7 +38,7 @@
/* md.h -- Machine specific definitions for the landisk */
-/* evbmips uses the mbr code. */
+/* landisk uses the mbr code. */
#include "mbr.h"
/* constants and defines */
Home |
Main Index |
Thread Index |
Old Index