From 458736a57bf8573de747e28f816b77248f998b85 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sat, 19 Nov 2011 19:26:59 -0500 Subject: Fix up malloc.h documentation. --- libdimension/dimension/malloc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 /* For size_t */ -- cgit v1.2.3