summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Martelletto <pedro@cvs.openbsd.org>2006-07-14 01:58:59 +0000
committerPedro Martelletto <pedro@cvs.openbsd.org>2006-07-14 01:58:59 +0000
commite30611c50baccdd3136f4baf347ea136b74bd460 (patch)
tree91f14f81822c6837348d81154d0da1781ff4cff3
parent498539f6389645e22225b51d6446a5bde89141b7 (diff)
Typo
-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 237d143645d..1acfb96ec49 100644
--- a/sys/kern/uipc_mbuf.c
+++ b/sys/kern/uipc_mbuf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uipc_mbuf.c,v 1.75 2006/05/07 20:06:50 tedu Exp $ */
+/* $OpenBSD: uipc_mbuf.c,v 1.76 2006/07/14 01:58:58 pedro Exp $ */
/* $NetBSD: uipc_mbuf.c,v 1.15.4.1 1996/06/13 17:11:44 cgd Exp $ */
/*
@@ -107,7 +107,7 @@ const char *mclpool_warnmsg =
"WARNING: mclpool limit reached; increase kern.maxclusters";
/*
- * Initialize the mbuf allcator.
+ * Initialize the mbuf allocator.
*/
void
mbinit(void)