From kwm@rainbow-runner.nl Mon May 10 03:54:23 2004 Return-Path: Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C5B616A4CE for ; Mon, 10 May 2004 03:54:23 -0700 (PDT) Received: from prisma.rainbow-runner.nl (c7057.upc-c.chello.nl [212.187.7.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8EBF43D54 for ; Mon, 10 May 2004 03:54:22 -0700 (PDT) (envelope-from kwm@rainbow-runner.nl) Received: by prisma.rainbow-runner.nl (Postfix, from userid 1001) id 5AA7D20D2; Mon, 10 May 2004 12:53:50 +0200 (CEST) Message-Id: <20040510105350.5AA7D20D2@prisma.rainbow-runner.nl> Date: Mon, 10 May 2004 12:53:50 +0200 (CEST) From: Koop Mast Reply-To: Koop Mast To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: Fix typo in counter.c X-Send-Pr-Version: 3.113 X-GNATS-Notify: >Number: 66448 >Category: sparc64 >Synopsis: Fix typo in counter.c >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-sparc64 >State: closed >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon May 10 04:00:41 PDT 2004 >Closed-Date: Mon May 10 04:08:11 PDT 2004 >Last-Modified: Mon May 10 04:08:11 PDT 2004 >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: State-Changed-From-To: open->closed State-Changed-By: mux State-Changed-When: Mon May 10 04:07:49 PDT 2004 State-Changed-Why: Patch committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=66448 >Unformatted: