diff options
Diffstat (limited to 'sys/vm/uma_core.c')
| -rw-r--r-- | sys/vm/uma_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/vm/uma_core.c b/sys/vm/uma_core.c index a3da677f0a7f..76e345a63833 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; |
