diff options
author | 2007-03-21 17:57:40 +0000 | |
---|---|---|
committer | 2007-03-21 17:57:40 +0000 | |
commit | ec63bca7c47525957e7366cc6427d7fefc10464b (patch) | |
tree | f932568986416ed8c6dd29ffbeaa041a6a6eb7aa /sys | |
parent | Remove the v_interlock simplelock from the vnode structure. (diff) | |
download | wireguard-openbsd-ec63bca7c47525957e7366cc6427d7fefc10464b.tar.xz wireguard-openbsd-ec63bca7c47525957e7366cc6427d7fefc10464b.zip |
typo
Diffstat (limited to 'sys')
-rw-r--r-- | sys/sys/pool.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/pool.h b/sys/sys/pool.h index 727a9e0be67..4fae0941981 100644 --- a/sys/sys/pool.h +++ b/sys/sys/pool.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pool.h,v 1.20 2006/12/23 15:00:15 miod Exp $ */ +/* $OpenBSD: pool.h,v 1.21 2007/03/21 17:57:40 pedro Exp $ */ /* $NetBSD: pool.h,v 1.27 2001/06/06 22:00:17 rafal Exp $ */ /*- @@ -64,7 +64,7 @@ struct pool_cache { struct pool_cache_group *pc_allocfrom; /* group to allocate from */ struct pool_cache_group - *pc_freeto; /* grop to free to */ + *pc_freeto; /* group to free to */ struct pool *pc_pool; /* parent pool */ struct simplelock pc_slock; /* mutex */ |