summaryrefslogtreecommitdiffstats
path: root/include/spl/sys/kmem_cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/spl/sys/kmem_cache.h')
-rw-r--r--include/spl/sys/kmem_cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/spl/sys/kmem_cache.h b/include/spl/sys/kmem_cache.h
index bb413207d..4ee7bcae0 100644
--- a/include/spl/sys/kmem_cache.h
+++ b/include/spl/sys/kmem_cache.h
@@ -30,7 +30,7 @@
/*
* Slab allocation interfaces. The SPL slab differs from the standard
* Linux SLAB or SLUB primarily in that each cache may be backed by slabs
- * allocated from the physical or virtal memory address space. The virtual
+ * allocated from the physical or virtual memory address space. The virtual
* slabs allow for good behavior when allocation large objects of identical
* size. This slab implementation also supports both constructors and
* destructors which the Linux slab does not.