Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hpcmips/hpcmips Correct typo in comment.



details:   https://anonhg.NetBSD.org/src/rev/abb1f6ee2c66
branches:  trunk
changeset: 495254:abb1f6ee2c66
user:      jeffs <jeffs%NetBSD.org@localhost>
date:      Tue Jul 25 00:11:36 2000 +0000

description:
Correct typo in comment.

diffstat:

 sys/arch/hpcmips/hpcmips/machdep.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 9bec429d920f -r abb1f6ee2c66 sys/arch/hpcmips/hpcmips/machdep.c
--- a/sys/arch/hpcmips/hpcmips/machdep.c        Mon Jul 24 22:05:27 2000 +0000
+++ b/sys/arch/hpcmips/hpcmips/machdep.c        Tue Jul 25 00:11:36 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.30 2000/07/20 21:03:37 jeffs Exp $       */
+/*     $NetBSD: machdep.c,v 1.31 2000/07/25 00:11:36 jeffs Exp $       */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -43,7 +43,7 @@
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.30 2000/07/20 21:03:37 jeffs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.31 2000/07/25 00:11:36 jeffs Exp $");
 
 /* from: Utah Hdr: machdep.c 1.63 91/04/24 */
 #include "opt_vr41x1.h"
@@ -241,7 +241,7 @@
        }
 
        /*
-        *  Arguments are set up by boot lader.
+        *  Arguments are set up by boot loader.
         */
        if (bi && bi->magic == BOOTINFO_MAGIC) {
                memset(&bi_copy, 0, sizeof(struct bootinfo));



Home | Main Index | Thread Index | Old Index