Reference machine/param.h rather than the nonexistent

machine/machparam.h in a comment

PR:		kern/11178, kern/16128
This commit is contained in:
Mike Smith 2000-01-19 01:26:06 +00:00
parent 76fd432173
commit bffc499a69

View File

@ -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.
*/