sparc64/66448: Fix typo in counter.c
Koop Mast
kwm at rainbow-runner.nl
Mon May 10 04:00:43 PDT 2004
>Number: 66448
>Category: sparc64
>Synopsis: Fix typo in counter.c
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-sparc64
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Mon May 10 04:00:41 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator: Koop Mast
>Release: FreeBSD 5.2.1-RELEASE-p6 i386
>Organization:
>Environment:
System: FreeBSD prisma.rainbow-runner.nl 5.2.1-RELEASE-p6 FreeBSD 5.2.1-RELEASE-p6 #25: Thu May 6 02:34:10 CEST 2004 root at prisma.rainbow-runner.nl:/usr/obj/usr/src/sys/UnderTheRainbow i386
>Description:
Fix a typo in couter.c printf.
>How-To-Repeat:
Type dmesg on a sparc64 and look for counter-timer.
>Fix:
--- counter.diff begins here ---
--- sys/sparc64/sparc64/counter.c.orig Wed Feb 19 06:47:45 2003
+++ sys/sparc64/sparc64/counter.c Mon May 10 11:48:37 2004
@@ -72,7 +72,7 @@
struct timecounter *tc;
struct ct_softc *sc;
- printf("initialializing counter-timer\n");
+ printf("initializing counter-timer\n");
/*
* Turn off interrupts from both counters. Set the limit to the maximum
* value (although that should not change anything with CTLR_INTEN and
--- counter.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-sparc64
mailing list