Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/newsmips/newsmips Fix typo.



details:   https://anonhg.NetBSD.org/src/rev/ea29da8e98bb
branches:  trunk
changeset: 479849:ea29da8e98bb
user:      tsubai <tsubai%NetBSD.org@localhost>
date:      Thu Dec 23 11:45:32 1999 +0000

description:
Fix typo.

diffstat:

 sys/arch/newsmips/newsmips/news5000.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b6ffdf755679 -r ea29da8e98bb sys/arch/newsmips/newsmips/news5000.c
--- a/sys/arch/newsmips/newsmips/news5000.c     Thu Dec 23 10:23:34 1999 +0000
+++ b/sys/arch/newsmips/newsmips/news5000.c     Thu Dec 23 11:45:32 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: news5000.c,v 1.2 1999/12/23 06:52:31 tsubai Exp $      */
+/*     $NetBSD: news5000.c,v 1.3 1999/12/23 11:45:32 tsubai Exp $      */
 
 /*-
  * Copyright (C) 1999 SHIMIZU Ryo.  All rights reserved.
@@ -135,7 +135,7 @@
 
        if (int1stat) {
                if (apbus_intr_call(1, int1stat) == 0)
-                       printf("level1_intr: no andler (mask 0x%04x)\n",
+                       printf("level1_intr: no handler (mask 0x%04x)\n",
                               int1stat);
        } else
                printf("level1 stray interrupt?\n");



Home | Main Index | Thread Index | Old Index