summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@gmail.com>2011-11-19 19:26:59 -0500
committerTavian Barnes <tavianator@gmail.com>2011-11-19 19:26:59 -0500
commit458736a57bf8573de747e28f816b77248f998b85 (patch)
tree2a2f0d873a176c822ae2444777613895167b5e29
parent7c5e3e6b3fbe566cd739b6a1c3872eba68eb9380 (diff)
downloaddimension-458736a57bf8573de747e28f816b77248f998b85.tar.xz
Fix up malloc.h documentation.
-rw-r--r--libdimension/dimension/malloc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdimension/dimension/malloc.h b/libdimension/dimension/malloc.h
index bcde249..4151800 100644
--- a/libdimension/dimension/malloc.h
+++ b/libdimension/dimension/malloc.h
@@ -22,7 +22,7 @@
* @file
* Dynamic memory. dmnsn_malloc() and friends behave like their
* non-dmnsn_-prefixed counterparts, but never return NULL. If allocation
- * fails, they instead call dmnsn_error(DMNSN_SEVERITY_HIGH).
+ * fails, they instead call dmnsn_error().
*/
#include <stddef.h> /* For size_t */