We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4e3e52 commit 80d0155Copy full SHA for 80d0155
mm/slab.c
@@ -2284,7 +2284,7 @@ void __kmem_cache_release(struct kmem_cache *cachep)
2284
* Because if it is the case, that means we defer the creation of
2285
* the kmalloc_{dma,}_cache of size sizeof(slab descriptor) to this point.
2286
* And we eventually call down to __kmem_cache_create(), which
2287
- * in turn looks up in the kmalloc_{dma,}_caches for the disired-size one.
+ * in turn looks up in the kmalloc_{dma,}_caches for the desired-size one.
2288
* This is a "chicken-and-egg" problem.
2289
*
2290
* So the off-slab slab descriptor shall come from the kmalloc_{dma,}_caches,
0 commit comments