diff options
author | 2006-07-14 01:58:58 +0000 | |
---|---|---|
committer | 2006-07-14 01:58:58 +0000 | |
commit | 466c678936d2c708e1201fc9a01dee061b1b430f (patch) | |
tree | 5fbf4783d7ffa811a61f9365f231cedc5aaf87d1 | |
parent | Don't keep a special copy of the INQUIRY data for LUN 0 anymore. There (diff) | |
download | wireguard-openbsd-466c678936d2c708e1201fc9a01dee061b1b430f.tar.xz wireguard-openbsd-466c678936d2c708e1201fc9a01dee061b1b430f.zip |
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) |