summaryrefslogtreecommitdiffstats
path: root/sys/vm/uma_core.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/vm/uma_core.c')
-rw-r--r--sys/vm/uma_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/vm/uma_core.c b/sys/vm/uma_core.c
index a3da677..76e345a 100644
--- a/sys/vm/uma_core.c
+++ b/sys/vm/uma_core.c
@@ -1036,7 +1036,7 @@ zone_ctor(void *mem, int size, void *udata)
/*
* If we're putting the slab header in the actual page we need to
* figure out where in each page it goes. This calculates a right
- * justified offset into the memory on a ALIGN_PTR boundary.
+ * justified offset into the memory on an ALIGN_PTR boundary.
*/
if (!(zone->uz_flags & UMA_ZFLAG_OFFPAGE)) {
int totsize;
OpenPOWER on IntegriCloud