Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hpcmips/dev Fix typo. Reported by Jolan Luff in PR ...



details:   https://anonhg.NetBSD.org/src/rev/cb24e11a3ba9
branches:  trunk
changeset: 539041:cb24e11a3ba9
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed Nov 06 10:14:38 2002 +0000

description:
Fix typo. Reported by Jolan Luff in PR 18952.

diffstat:

 sys/arch/hpcmips/dev/ite8181.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ee2ec2ffa33c -r cb24e11a3ba9 sys/arch/hpcmips/dev/ite8181.c
--- a/sys/arch/hpcmips/dev/ite8181.c    Wed Nov 06 09:32:26 2002 +0000
+++ b/sys/arch/hpcmips/dev/ite8181.c    Wed Nov 06 10:14:38 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ite8181.c,v 1.17 2002/08/06 22:53:37 itojun Exp $      */
+/*     $NetBSD: ite8181.c,v 1.18 2002/11/06 10:14:38 wiz Exp $ */
 
 /*-
  * Copyright (c) 2000,2001 SATO Kazumi
@@ -257,7 +257,7 @@
        printf("%s: framebuffer address: 0x%08lx\n", 
            sc->sc_dev.dv_xname, (u_long)bootinfo->fb_addr);
        if (ite8181_lcd_control_disable)
-               printf("%s: ite8181 lcd coontrol is DISABLED.\n", 
+               printf("%s: ite8181 lcd control is DISABLED.\n", 
                    sc->sc_dev.dv_xname);
 
        /* set base offsets */



Home | Main Index | Thread Index | Old Index