diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 1999-04-12 10:07:15 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 1999-04-12 10:07:15 +0000 |
| commit | 98d44ae650fa2b9c72f93808b1d4d29f2f28211c (patch) | |
| tree | 9996a8e24e6b3e61b30072bdf5366def6149bfe5 /sys | |
| parent | 177c52a7afb2797335750352f8b19e1b6890855b (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/kern/uipc_mbuf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/uipc_mbuf.c b/sys/kern/uipc_mbuf.c index 09ddd233af27..7f34785776bf 100644 --- a/sys/kern/uipc_mbuf.c +++ b/sys/kern/uipc_mbuf.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)uipc_mbuf.c 8.2 (Berkeley) 1/4/94 - * $Id: uipc_mbuf.c,v 1.36 1998/07/03 08:36:48 phk Exp $ + * $Id: uipc_mbuf.c,v 1.37 1998/07/27 03:59:48 dg Exp $ */ #include <sys/param.h> @@ -242,7 +242,7 @@ m_clalloc(ncl, how) } /* - * When MGET failes, ask protocols to free space when short of memory, + * When MGET fails, ask protocols to free space when short of memory, * then re-attempt to allocate an mbuf. */ struct mbuf * |
