Bug 16128

Summary: Typos in comments in src/sys/sys/mbuf.h
Product: Base System Reporter: bmah <bmah>
Component: kernAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 3.3-RELEASE   
Hardware: Any   
OS: Any   

Description bmah 2000-01-14 23:00:32 UTC
>Number:         16128
>Category:       kern
>Synopsis:       Typos in comments in src/sys/sys/mbuf.h
>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:   Fri Jan 14 15:10:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Bruce A. Mah
>Release:        FreeBSD 3.3-RELEASE i386
>Organization:
Sandia National Laboratories
>Environment:

3.3-RELEASE, -CURRENT as of posting date

>Description:

Some comments in src/sys/sys/mbuf.h refer to definitions in a
file called "machine/machparam.h", which doesn't appear to
exist.  I *think* that this really refers to machine/param.h
but I don't have enough experience reading kernel sources to
say for sure.  src/sys/sys/param.h may have this problem also.

It's just a comment, but I blew away a few minutes trying to find
the right file and I figured it was worth a send-pr.

>How-To-Repeat:

	

>Fix:
	
s/machparam/param/ in src/sys/sys/mbuf.h




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


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
Comment 1 bmah 2000-01-14 23:10:01 UTC
Some comments in src/sys/sys/mbuf.h refer to definitions in a
file called "machine/machparam.h", which doesn't appear to
exist.  I *think* that this really refers to machine/param.h
but I don't have enough experience reading kernel sources to
say for sure.  src/sys/sys/param.h may have this problem also.

It's just a comment, but I blew away a few minutes trying to find
the right file and I figured it was worth a send-pr.

Fix: 

s/machparam/param/ in src/sys/sys/mbuf.h
Comment 2 msmith freebsd_committer freebsd_triage 2000-01-19 01:26:36 UTC
State Changed
From-To: open->closed

Comment fixed