kern/91346: Spelling mistake in NTFS debug printf

Gavin Atkinson gavin.atkinson at ury.york.ac.uk
Thu Jan 5 05:10:05 PST 2006


>Number:         91346
>Category:       kern
>Synopsis:       Spelling mistake in NTFS debug printf
>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:   Thu Jan 05 13:10:02 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Gavin Atkinson
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD 945testbox.york.ac.uk 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Mon Dec 12 18:04:02 GMT 2005 root at 945testbox.york.ac.uk:/usr/obj/usr/src/sys/GENERIC i386

>Description:
	There's a spelling mistake in one of the debug printfs in the ntfs code.
As it's in debug code, it's hardly worth worrying about, but it's been annoying
me over the last few days while I've been working on other bits of the code.

>How-To-Repeat:
	N/A
>Fix:

--- ntfs_spell.diff begins here ---
Index: src/sys/fs/ntfs/ntfs_subr.c
===================================================================
RCS file: /usr/cvs/src/sys/fs/ntfs/ntfs_subr.c,v
retrieving revision 1.40
diff -u -r1.40 ntfs_subr.c
--- src/sys/fs/ntfs/ntfs_subr.c	4 Dec 2005 02:12:42 -0000	1.40
+++ src/sys/fs/ntfs/ntfs_subr.c	5 Jan 2006 12:57:59 -0000
@@ -1092,7 +1092,7 @@
 
 	switch (iep->ie_fnametype) {
 	case 2:
-		ddprintf(("ntfs_isnamepermitted: skiped DOS name\n"));
+		ddprintf(("ntfs_isnamepermitted: skipped DOS name\n"));
 		return 0;
 	case 0: case 1: case 3:
 		return 1;
--- ntfs_spell.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-bugs mailing list