summaryrefslogtreecommitdiffstats
path: root/include/spl/sys/kmem_cache.h
diff options
context:
space:
mode:
authorAndrea Gelmini <[email protected]>2019-08-30 18:53:15 +0200
committerBrian Behlendorf <[email protected]>2019-08-30 09:53:15 -0700
commitcf7c5a030e505451e0cbadc49e33e41f5219c44b (patch)
treeff7d12d4b31739ea8fe625991d6283284443c0a3 /include/spl/sys/kmem_cache.h
parent0463c955011fc3913f9aaad6c686f48f118d2fef (diff)
Fix typos in include/
Reviewed-by: Ryan Moeller <[email protected]> Reviewed-by: Richard Laager <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Andrea Gelmini <[email protected]> Closes #9238
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.