summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2000-08-12 05:59:51 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2000-08-12 05:59:51 +0000
commitdf4efae6a2b723ba91fc888efe4c0e136643f408 (patch)
tree005d0c1255c880ea59d853a7c34a207ed0826e72
parent0fce0c7d231f80187fe0ee036620b8298a8266bd (diff)
simple typo; maligned@attcanada.net
-rw-r--r--sys/sys/malloc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/malloc.h b/sys/sys/malloc.h
index 858f1eff695..6e9ba0c5fef 100644
--- a/sys/sys/malloc.h
+++ b/sys/sys/malloc.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: malloc.h,v 1.28 2000/06/06 20:21:49 art Exp $ */
+/* $OpenBSD: malloc.h,v 1.29 2000/08/12 05:59:50 deraadt Exp $ */
/* $NetBSD: malloc.h,v 1.39 1998/07/12 19:52:01 augustss Exp $ */
/*
@@ -284,7 +284,7 @@
"USB HC", /* 103 M_USBHC */ \
"pipe", /* 104 M_PIPE */ \
"memdesc", /* 105 M_MEMDESC */ \
- "malloc debug", /* 105 M_DEBUG */ \
+ "malloc debug", /* 106 M_DEBUG */ \
NULL, NULL, NULL, NULL, NULL, \
NULL, NULL, NULL, NULL, NULL, \
NULL, NULL, NULL, NULL, NULL, \