From nobody@FreeBSD.org  Wed Aug 16 03:52:37 2006
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 56FC016A4DD
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 16 Aug 2006 03:52:37 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 210F943D49
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 16 Aug 2006 03:52:37 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k7G3qbdr034536
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 16 Aug 2006 03:52:37 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id k7G3qae7034535;
	Wed, 16 Aug 2006 03:52:37 GMT
	(envelope-from nobody)
Message-Id: <200608160352.k7G3qae7034535@www.freebsd.org>
Date: Wed, 16 Aug 2006 03:52:37 GMT
From: Eric Anderson <anderson@centtech.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH] Simple comment fixes
X-Send-Pr-Version: www-2.3

>Number:         102127
>Category:       kern
>Synopsis:       [PATCH] Simple comment fixes
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 16 04:00:31 GMT 2006
>Closed-Date:    Wed Aug 16 09:35:52 GMT 2006
>Last-Modified:  Wed Aug 16 09:35:52 GMT 2006
>Originator:     Eric Anderson
>Release:        6-STABLE
>Organization:
>Environment:
FreeBSD neutrino.centtech.com 6.1-STABLE FreeBSD 6.1-STABLE #30: Sun Aug 13 21:32:40 CDT 2006     a@b:/usr/obj/usr/src/sys/NEUTRINO  i386

>Description:
The comments are slightly incorrect.  Does not quite read correctly, and isn't exactly true.
>How-To-Repeat:
Read the source code.
>Fix:

--- sys/sys/dirent.h    7 Apr 2004 04:19:49 -0000       1.14
+++ sys/sys/dirent.h    16 Aug 2006 03:46:59 -0000
@@ -82,7 +82,7 @@
 
 /*
  * The _GENERIC_DIRSIZ macro gives the minimum record length which will hold
- * the directory entry.  This requires the amount of space in struct direct
+ * the directory entry.  This returns the amount of space in struct dirent
  * without the d_name field, plus enough space for the name with a terminating
  * null byte (dp->d_namlen+1), rounded up to a 4 byte boundary.
  *

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: maxim 
State-Changed-When: Wed Aug 16 09:35:34 UTC 2006 
State-Changed-Why:  
Committed.  Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=102127 
>Unformatted:
