Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 May 2004 12:53:50 +0200 (CEST)
From:      Koop Mast <kwm@rainbow-runner.nl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   sparc64/66448: Fix typo in counter.c
Message-ID:  <20040510105350.5AA7D20D2@prisma.rainbow-runner.nl>
Resent-Message-ID: <200405101100.i4AB0gwe053302@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



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