Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Aug 2003 15:41:29 -0700 (PDT)
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 36146 for review
Message-ID:  <200308142241.h7EMfTGQ086208@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=36146

Change 36146 by sam@sam_ebb on 2003/08/14 15:40:28

	fix typo

Affected files ...

.. //depot/projects/netperf/sys/dev/hifn/hifn7751.c#3 edit

Differences ...

==== //depot/projects/netperf/sys/dev/hifn/hifn7751.c#3 (text+ko) ====

@@ -686,7 +686,7 @@
 			sc->sc_rnghz = hz / 100;
 		else
 			sc->sc_rnghz = 1;
-		callout_init(&sc->sc_rngto, CALLUOT_MPSAFE);
+		callout_init(&sc->sc_rngto, CALLOUT_MPSAFE);
 		callout_reset(&sc->sc_rngto, sc->sc_rnghz, hifn_rng, sc);
 	}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308142241.h7EMfTGQ086208>