summaryrefslogtreecommitdiffstats
path: root/sys/kern/inflate.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/inflate.c')
-rw-r--r--sys/kern/inflate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/inflate.c b/sys/kern/inflate.c
index 9ac6364..383ebc4 100644
--- a/sys/kern/inflate.c
+++ b/sys/kern/inflate.c
@@ -20,7 +20,7 @@ __FBSDID("$FreeBSD$");
#include <sys/malloc.h>
#ifdef _KERNEL
-static MALLOC_DEFINE(M_GZIP, "Gzip trees", "Gzip trees");
+static MALLOC_DEFINE(M_GZIP, "gzip_trees", "Gzip trees");
#endif
/* needed to make inflate() work */
OpenPOWER on IntegriCloud