Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/sgimips/stand/common s/pmax/sgimips/ in comments.



details:   https://anonhg.NetBSD.org/src/rev/a074e864d2cf
branches:  trunk
changeset: 517948:a074e864d2cf
user:      soren <soren%NetBSD.org@localhost>
date:      Wed Nov 21 22:13:55 2001 +0000

description:
s/pmax/sgimips/ in comments.

diffstat:

 sys/arch/sgimips/stand/common/boot.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r c278311ad79f -r a074e864d2cf sys/arch/sgimips/stand/common/boot.c
--- a/sys/arch/sgimips/stand/common/boot.c      Wed Nov 21 22:10:54 2001 +0000
+++ b/sys/arch/sgimips/stand/common/boot.c      Wed Nov 21 22:13:55 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: boot.c,v 1.1 2001/11/21 19:09:08 thorpej Exp $ */
+/*     $NetBSD: boot.c,v 1.2 2001/11/21 22:13:55 soren Exp $   */
 
 /*-
  * Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -91,7 +91,7 @@
 
 /*
  * We won't go overboard with gzip'd kernel names.  After all we can
- * still boot a gzip'd kernel called "netbsd.pmax" - it doesn't need
+ * still boot a gzip'd kernel called "netbsd.sgimips" - it doesn't need
  * the .gz suffix.
  */
 char *kernelnames[] = {
@@ -286,7 +286,7 @@
                                break;
                /*
                 * Make "N/rzY" with no trailing '/' valid by adding
-                * the extra '/' before appending 'boot.pmax' to the path.
+                * the extra '/' before appending 'boot.sgimips' to the path.
                 */
                if (c != '/') {
                        fname--;



Home | Main Index | Thread Index | Old Index