Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Mar 2006 22:32:08 +0200 (EET)
From:      Esa Karkkainen <ejk@iki.fi>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Esa Karkkainen <ejk@iki.fi>
Subject:   kern/94306: Typo in printf(3) in file src/sys/dev/ata/ata-raid.c
Message-ID:  <200603102032.k2AKW8tF034834@thunderbolt.my.domain>
Resent-Message-ID: <200603110200.k2B20cqb059258@freefall.freebsd.org>

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

>Number:         94306
>Category:       kern
>Synopsis:       Typo in printf(3) in file src/sys/dev/ata/ata-raid.c
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 11 02:00:37 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Esa Karkkainen
>Release:        FreeBSD 6.1-PRERELEASE i386
>Organization:
Is in state of disintegration
>Environment:

System: FreeBSD 6.1-PRERELEASE #21: Wed Mar 8 21:14:08 EET 2006

Same typo can be found from HEAD. I've patched against HEAD using same fix.

>Description:

Typo in printf(3) in file src/sys/dev/ata/ata-raid.c

>How-To-Repeat:

grep PsuedoRAID src/sys/dev/ata/ata-raid.c

>Fix:

--- src/sys/dev/ata/ata-raid.c.orig	Fri Mar 10 18:44:09 2006
+++ src/sys/dev/ata/ata-raid.c	Fri Mar 10 22:11:42 2006
@@ -974,7 +974,7 @@
 		 * metadata format from the disks (if we support it).
 		 */
 		printf("WARNING!! - not able to determine metadata format\n"
-		       "WARNING!! - Using FreeBSD PsuedoRAID metadata\n"
+		       "WARNING!! - Using FreeBSD PseudoRAID metadata\n"
 		       "If that is not what you want, use the BIOS to "
 		       "create the array\n");
 		ctlr = AR_F_FREEBSD_RAID;
>Release-Note:
>Audit-Trail:
>Unformatted:



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