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

Esa Karkkainen ejk at iki.fi
Sat Mar 11 02:14:38 GMT 2006


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


More information about the freebsd-bugs mailing list