summaryrefslogtreecommitdiff
path: root/sys/kern/kern_malloc.c
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1999-10-03 12:18:29 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1999-10-03 12:18:29 +0000
commit3b6fb88590bce72fcdbf17c09a593f5efb7bff24 (patch)
treef95a6bb13e249a22422668c68d40767ae08b9eaf /sys/kern/kern_malloc.c
parenta2e6dbb39d4518777780673f72c6b1e1a13d395a (diff)
Notes
Diffstat (limited to 'sys/kern/kern_malloc.c')
-rw-r--r--sys/kern/kern_malloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/kern_malloc.c b/sys/kern/kern_malloc.c
index b660aaab090a..7d4cce0f2570 100644
--- a/sys/kern/kern_malloc.c
+++ b/sys/kern/kern_malloc.c
@@ -55,7 +55,7 @@
#include <machine/cpu.h>
#endif
-MALLOC_DEFINE(M_CACHE, "namecache", "Dynamically allocated cache entries");
+MALLOC_DEFINE(M_CACHE, "cache", "Various Dynamically allocated caches");
MALLOC_DEFINE(M_DEVBUF, "devbuf", "device driver memory");
MALLOC_DEFINE(M_TEMP, "temp", "misc temporary data buffers");