From 2ad92d719e16023c31cb15d12e21ec10cd372f21 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Sun, 14 Nov 2010 10:00:21 +0100 Subject: [PATCH] docs/xalloc.txt: typo fix. --- docs/xalloc.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/xalloc.txt b/docs/xalloc.txt index 2823d0c..4ffe582 100644 --- a/docs/xalloc.txt +++ b/docs/xalloc.txt @@ -1,7 +1,7 @@ xalloc - safe memory allocation ------------------------------- -this module implements malloc and friends + some extensions. +This module implements malloc and friends + some extensions. If `__DEBUG__` symbol is defined. The functions will provide extended debug logic and kills the program (passing 0 as size to malloc for example). @@ -9,7 +9,7 @@ The funtions will at all times kill the program if memory can't be allocated for some reason, this makes the need for client-code to check for `NULL` pointers returned by these functions redundant. -functions +Functions ~~~~~~~~~ `xmalloc()`::