From owner-freebsd-bugs@FreeBSD.ORG Wed Aug 16 04:00:33 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3068616A4DF for ; Wed, 16 Aug 2006 04:00:33 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75A2943D49 for ; Wed, 16 Aug 2006 04:00:32 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k7G40WQb006750 for ; Wed, 16 Aug 2006 04:00:32 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k7G40WH0006749; Wed, 16 Aug 2006 04:00:32 GMT (envelope-from gnats) Resent-Date: Wed, 16 Aug 2006 04:00:32 GMT Resent-Message-Id: <200608160400.k7G40WH0006749@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Eric Anderson Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56FC016A4DD for ; 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 ; 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 ; 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 To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: kern/102127: [PATCH] Simple comment fixes X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Aug 2006 04:00:33 -0000 >Number: 102127 >Category: kern >Synopsis: [PATCH] Simple comment fixes >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Wed Aug 16 04:00:31 GMT 2006 >Closed-Date: >Last-Modified: >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: >Unformatted: