summaryrefslogtreecommitdiff
path: root/sys/uvm
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2024-11-15 02:54:02 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2024-11-15 02:54:02 +0000
commit276102a92c1c1c53cc65c767fba565b3fbdeeff5 (patch)
tree13bfee791d55429adfbe2aefb9cbf43536308cf9 /sys/uvm
parentcb24d197145e548e6738c2ce0ab3b78ef75ca635 (diff)
sparce -> sparse
Diffstat (limited to 'sys/uvm')
-rw-r--r--sys/uvm/uvm_amap.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/uvm/uvm_amap.h b/sys/uvm/uvm_amap.h
index fc0c4df0b51..a8bd63138be 100644
--- a/sys/uvm/uvm_amap.h
+++ b/sys/uvm/uvm_amap.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: uvm_amap.h,v 1.33 2021/01/19 13:21:36 mpi Exp $ */
+/* $OpenBSD: uvm_amap.h,v 1.34 2024/11/15 02:54:01 jsg Exp $ */
/* $NetBSD: uvm_amap.h,v 1.14 2001/02/18 21:19:08 chs Exp $ */
/*
@@ -191,10 +191,10 @@ struct vm_amap {
*/
/*
- * defines for handling of large sparce amaps:
+ * defines for handling of large sparse amaps:
*
* one of the problems of array-based amaps is that if you allocate a
- * large sparcely-used area of virtual memory you end up allocating
+ * large sparsely-used area of virtual memory you end up allocating
* large arrays that, for the most part, don't get used. this is a
* problem for BSD in that the kernel likes to make these types of
* allocations to "reserve" memory for possible future use.