Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hp300/dev Fix typo: calllout_reset -> callout_reset.



details:   https://anonhg.NetBSD.org/src/rev/18b3fe7807ff
branches:  trunk
changeset: 484106:18b3fe7807ff
user:      frueauf <frueauf%NetBSD.org@localhost>
date:      Sat Mar 25 20:14:44 2000 +0000

description:
Fix typo: calllout_reset -> callout_reset.

diffstat:

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

diffs (18 lines):

diff -r 352209912e07 -r 18b3fe7807ff sys/arch/hp300/dev/nhpib.c
--- a/sys/arch/hp300/dev/nhpib.c        Sat Mar 25 19:58:04 2000 +0000
+++ b/sys/arch/hp300/dev/nhpib.c        Sat Mar 25 20:14:44 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: nhpib.c,v 1.22 2000/03/23 06:37:24 thorpej Exp $       */
+/*     $NetBSD: nhpib.c,v 1.23 2000/03/25 20:14:44 frueauf Exp $       */
 
 /*-
  * Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
@@ -456,7 +456,7 @@
        if (hs->sc_flags & HPIBF_READ) {
                if ((hs->sc_flags & HPIBF_TIMO) &&
                    (hd->hpib_ids & IDS_IR) == 0)
-                       calllout_reset(&sc->sc_read_ch, hz >> 2,
+                       callout_reset(&sc->sc_read_ch, hz >> 2,
                            nhpibreadtimo, hs);
        } else {
                if (hs->sc_count == 1) {



Home | Main Index | Thread Index | Old Index