summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorbillf <billf@FreeBSD.org>2002-06-19 01:23:54 +0000
committerbillf <billf@FreeBSD.org>2002-06-19 01:23:54 +0000
commit4a91ef45115c512a4f045716754133a0ff842672 (patch)
tree6e65551addd5f5fdb745c331d6029b0c7d342855 /sys
parent8c5c34a9d8b4b39bd9e8ec1028d994d4cf24a8f5 (diff)
downloadFreeBSD-src-4a91ef45115c512a4f045716754133a0ff842672.zip
FreeBSD-src-4a91ef45115c512a4f045716754133a0ff842672.tar.gz
fix whitespace botch in previous commit.
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/malloc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/malloc.h b/sys/sys/malloc.h
index 3bf564a..57c3586 100644
--- a/sys/sys/malloc.h
+++ b/sys/sys/malloc.h
@@ -52,7 +52,7 @@
#define M_NOWAIT 0x0001 /* do not block */
#define M_USE_RESERVE 0x0002 /* can alloc out of reserve memory */
#define M_ZERO 0x0004 /* bzero the allocation */
-#define M_NOVM 0x0008 /* Don't ask the VM for pages */
+#define M_NOVM 0x0008 /* Don't ask the VM for pages */
#define M_MAGIC 877983977 /* time when first defined :-) */
OpenPOWER on IntegriCloud