Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Jan 2006 13:01:09 GMT
From:      Gavin Atkinson <gavin.atkinson@ury.york.ac.uk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   kern/91346: Spelling mistake in NTFS debug printf
Message-ID:  <200601051301.k05D19Rp000755@945testbox.york.ac.uk>
Resent-Message-ID: <200601051310.k05DA3nc008405@freefall.freebsd.org>

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


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



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