diff options
-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 9724cef..4d1f3e2 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.37 1998/07/27 03:59:48 dg Exp $ + * $Id: uipc_mbuf.c,v 1.38 1999/02/16 10:49:49 dfr Exp $ */ #include <sys/param.h> @@ -243,7 +243,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 * |