From nobody@FreeBSD.ORG Fri Apr 16 16:50:18 1999
Return-Path: <nobody@FreeBSD.ORG>
Received: by hub.freebsd.org (Postfix, from userid 32767)
	id 702FA14BCC; Fri, 16 Apr 1999 16:50:17 -0700 (PDT)
Message-Id: <19990416235017.702FA14BCC@hub.freebsd.org>
Date: Fri, 16 Apr 1999 16:50:17 -0700 (PDT)
From: wolman@cs.washington.edu
Sender: nobody@FreeBSD.ORG
To: freebsd-gnats-submit@freebsd.org
Subject: [PATCH] minor fix to /usr/include/sys/mbuf.h
X-Send-Pr-Version: www-1.0

>Number:         11178
>Category:       kern
>Synopsis:       [PATCH] minor fix to /usr/include/sys/mbuf.h
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 16 16:50:00 PDT 1999
>Closed-Date:    Tue Jan 18 17:26:15 PST 2000
>Last-Modified:  Tue Jan 18 17:26:32 PST 2000
>Originator:     Alec Wolman
>Release:        FreeBSD 3.1-19990403-STABLE
>Organization:
UW, CSE departement
>Environment:
FreeBSD miles.cs.washington.edu 3.1-19990403-STABLE FreeBSD 3.1-19990403-STABLE #0: Sun Apr  4 23:54:44 PDT 1999     wolman@miles.cs.washington.edu:/usr/src/sys/compile/MILES  i386
>Description:
Comment in mbuf.h refers to a non-existant header file.
The following patch fixes it.

>How-To-Repeat:

>Fix:
miles# diff -u mbuf.h mbuf.h.new
--- mbuf.h      Sun Jan 17 18:09:52 1999
+++ mbuf.h.new  Fri Apr 16 16:39:09 1999
@@ -38,9 +38,9 @@
 #define _SYS_MBUF_H_
 
 /*
- * Mbufs are of a single size, MSIZE (machine/machparam.h), which
+ * Mbufs are of a single size, MSIZE (machine/param.h), which
  * includes overhead.  An mbuf may add a single "mbuf cluster" of size
- * MCLBYTES (also in machine/machparam.h), which has no additional overhead
+ * MCLBYTES (also in machine/param.h), which has no additional overhead
  * and is used instead of the internal data area; this is done when
  * at least MINCLSIZE of data must be stored.
  */



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: gnats-admin->freebsd-bugs 
Responsible-Changed-By: steve 
Responsible-Changed-When: Sun Apr 18 21:22:47 PDT 1999 
Responsible-Changed-Why:  
Misfiled PR. 
State-Changed-From-To: open->closed 
State-Changed-By: msmith 
State-Changed-When: Tue Jan 18 17:26:15 PST 2000 
State-Changed-Why:  
Comment fixed 
>Unformatted:
