summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordlg <dlg@openbsd.org>2017-06-19 23:48:49 +0000
committerdlg <dlg@openbsd.org>2017-06-19 23:48:49 +0000
commitd2bfa962186fe2d1fb3b59e7a1cbe9bed7c1bcea (patch)
treecc2be6876ee1b7c51605ec164c7dfc1929ad6c54
parents/pool_set_hardlimit/pool_sethardlimit/ (diff)
downloadwireguard-openbsd-d2bfa962186fe2d1fb3b59e7a1cbe9bed7c1bcea.tar.xz
wireguard-openbsd-d2bfa962186fe2d1fb3b59e7a1cbe9bed7c1bcea.zip
s/a active/an active/
-rw-r--r--share/man/man9/pool_cache_init.94
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/pool_cache_init.9 b/share/man/man9/pool_cache_init.9
index ec0f69aa3c9..3d5941a65ef 100644
--- a/share/man/man9/pool_cache_init.9
+++ b/share/man/man9/pool_cache_init.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pool_cache_init.9,v 1.3 2017/06/19 23:45:42 dlg Exp $
+.\" $OpenBSD: pool_cache_init.9,v 1.4 2017/06/19 23:48:49 dlg Exp $
.\"
.\" Copyright (c) 2017 David Gwynne <dlg@openbsd.org>
.\"
@@ -34,7 +34,7 @@ The pool API provides support for caching free pool items on each
CPU which can be enabled to mitigate against this contention.
.Pp
When per CPU caches are enabled on a pool, each CPU maintains an
-a active and inactive list of free pool items.
+an active and inactive list of free pool items.
A global depot of free lists is initialised in the pool structure
to store excess lists of free items that may accumulate on CPUs.
.Pp