summaryrefslogtreecommitdiffstats
path: root/sys/vm/uma_int.h
diff options
context:
space:
mode:
authorjeff <jeff@FreeBSD.org>2002-04-07 22:56:48 +0000
committerjeff <jeff@FreeBSD.org>2002-04-07 22:56:48 +0000
commit36e25e005aa570da0c4fea9385536cb8a3981e8b (patch)
tree49e88f516c96717e9d7a2f3de663d85957f029df /sys/vm/uma_int.h
parent612803b272d6b91e2d9369a664d80025324593eb (diff)
downloadFreeBSD-src-36e25e005aa570da0c4fea9385536cb8a3981e8b.zip
FreeBSD-src-36e25e005aa570da0c4fea9385536cb8a3981e8b.tar.gz
Spelling correction; s/seperate/separate/g
Submitted by: eric
Diffstat (limited to 'sys/vm/uma_int.h')
-rw-r--r--sys/vm/uma_int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/vm/uma_int.h b/sys/vm/uma_int.h
index 80ff331..282b958 100644
--- a/sys/vm/uma_int.h
+++ b/sys/vm/uma_int.h
@@ -52,7 +52,7 @@
* UMA_SLAB_SIZE is defined to be too large I will have to switch to 16bit
* values. Currently on alpha you can get 250 or so 32 byte items and on x86
* you can get 250 or so 16byte items. For item sizes that would yield more
- * than 10% memory waste we potentially allocate a seperate uma_slab_t if this
+ * than 10% memory waste we potentially allocate a separate uma_slab_t if this
* will improve the number of items per slab that will fit.
*
* Other potential space optimizations are storing the 8bit of linkage in space
OpenPOWER on IntegriCloud