summaryrefslogtreecommitdiffstats
path: root/sys/vm
diff options
context:
space:
mode:
Diffstat (limited to 'sys/vm')
-rw-r--r--sys/vm/uma_core.c2
-rw-r--r--sys/vm/vm_object.c2
2 files changed, 2 insertions, 2 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;
diff --git a/sys/vm/vm_object.c b/sys/vm/vm_object.c
index ae26d19..6b0168b 100644
--- a/sys/vm/vm_object.c
+++ b/sys/vm/vm_object.c
@@ -384,7 +384,7 @@ vm_object_reference(vm_object_t object)
}
/*
- * handle deallocating a object of type OBJT_VNODE
+ * Handle deallocating an object of type OBJT_VNODE.
*/
void
vm_object_vndeallocate(vm_object_t object)
OpenPOWER on IntegriCloud