diff options
author | Pedro Martelletto <pedro@cvs.openbsd.org> | 2006-07-14 01:58:59 +0000 |
---|---|---|
committer | Pedro Martelletto <pedro@cvs.openbsd.org> | 2006-07-14 01:58:59 +0000 |
commit | e30611c50baccdd3136f4baf347ea136b74bd460 (patch) | |
tree | 91f14f81822c6837348d81154d0da1781ff4cff3 | |
parent | 498539f6389645e22225b51d6446a5bde89141b7 (diff) |
Typo
-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 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) |