diff options
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 */ |