summaryrefslogtreecommitdiffstats
path: root/sys/vm/uma.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.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.h')
-rw-r--r--sys/vm/uma.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/vm/uma.h b/sys/vm/uma.h
index 0797519..8a61ee4 100644
--- a/sys/vm/uma.h
+++ b/sys/vm/uma.h
@@ -408,7 +408,7 @@ void uma_zone_set_freef(uma_zone_t zone, uma_free freef);
#define UMA_SLAB_KMEM 0x02 /* Slab alloced from kmem_map */
#define UMA_SLAB_KMAP 0x04 /* Slab alloced from kernel_map */
#define UMA_SLAB_PRIV 0x08 /* Slab alloced from priv allocator */
-#define UMA_SLAB_OFFP 0x10 /* Slab is managed seperately */
+#define UMA_SLAB_OFFP 0x10 /* Slab is managed separately */
#define UMA_SLAB_MALLOC 0x20 /* Slab is a large malloc slab */
/* 0x40 and 0x80 are available */
OpenPOWER on IntegriCloud