diff options
author | Tavian Barnes <tavianator@gmail.com> | 2011-11-19 19:26:59 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2011-11-19 19:26:59 -0500 |
commit | 458736a57bf8573de747e28f816b77248f998b85 (patch) | |
tree | 2a2f0d873a176c822ae2444777613895167b5e29 /libdimension/dimension | |
parent | 7c5e3e6b3fbe566cd739b6a1c3872eba68eb9380 (diff) | |
download | dimension-458736a57bf8573de747e28f816b77248f998b85.tar.xz |
Fix up malloc.h documentation.
Diffstat (limited to 'libdimension/dimension')
-rw-r--r-- | libdimension/dimension/malloc.h | 2 |
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 */ |