| Summary: | Typos in comments in src/sys/sys/mbuf.h | ||
|---|---|---|---|
| Product: | Base System | Reporter: | bmah <bmah> |
| Component: | kern | Assignee: | 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
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 State Changed From-To: open->closed Comment fixed |