diff options
author | Pedro Martelletto <pedro@cvs.openbsd.org> | 2007-03-21 17:57:41 +0000 |
---|---|---|
committer | Pedro Martelletto <pedro@cvs.openbsd.org> | 2007-03-21 17:57:41 +0000 |
commit | 0f3f7b8b34db9bb77ce9c61133a4e76ffc017e6f (patch) | |
tree | fccc8fb4605c45d1add659e9754edb6ea0bcf19e /sys | |
parent | d7075ee61fe295572ec5280319c9bf06d8efc05c (diff) |
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 */ |