Module Name: src
Committed By: tsutsui
Date: Sat May 1 11:14:37 UTC 2010
Modified Files:
src/distrib/utils/sysinst/arch/hpcmips: md.h
Log Message:
Fix pasto in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/distrib/utils/sysinst/arch/hpcmips/md.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/distrib/utils/sysinst/arch/hpcmips/md.h
diff -u src/distrib/utils/sysinst/arch/hpcmips/md.h:1.26 src/distrib/utils/sysinst/arch/hpcmips/md.h:1.27
--- src/distrib/utils/sysinst/arch/hpcmips/md.h:1.26 Mon Nov 12 15:07:35 2007
+++ src/distrib/utils/sysinst/arch/hpcmips/md.h Sat May 1 11:14:37 2010
@@ -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"