summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>1999-04-12 10:07:15 +0000
committerdes <des@FreeBSD.org>1999-04-12 10:07:15 +0000
commit9ecd5a48c9d0d5294ca2bdf15a6cb4a5aba6fb4b (patch)
treeff50ba0e34aca437225a4ad7fc593fa6a147108f
parentdfa82e7574504d03fcc68bef9ce4b2dee0e8f979 (diff)
downloadFreeBSD-src-9ecd5a48c9d0d5294ca2bdf15a6cb4a5aba6fb4b.zip
FreeBSD-src-9ecd5a48c9d0d5294ca2bdf15a6cb4a5aba6fb4b.tar.gz
Typo in comment.
-rw-r--r--sys/kern/uipc_mbuf.c4
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 *
OpenPOWER on IntegriCloud