"sparce" -> "sparse" + commas after "large", prior to "sparse"

This commit is contained in:
bjs 2008-10-26 08:32:02 +00:00
parent 48ca1b1f37
commit 5353e20987

View File

@ -1,4 +1,4 @@
/* $NetBSD: uvm_amap.h,v 1.33 2007/07/21 19:21:53 ad Exp $ */
/* $NetBSD: uvm_amap.h,v 1.34 2008/10/26 08:32:02 bjs Exp $ */
/*
*
@ -202,10 +202,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.