aboutsummaryrefslogtreecommitdiffhomepage
path: root/halloc.h
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-02-19 11:54:38 +1000
committerGravatar axel <axel@liljencrantz.se>2006-02-19 11:54:38 +1000
commit845e15876c750171103ab9b21927c2fcf9517d8d (patch)
treee7059369f1bc32eac60399224ff8a5fc953afd87 /halloc.h
parentc4e7a7992fb7a757c0e5a093c4a2224da1c8ca4c (diff)
Minor edits, additional comments, etc.
darcs-hash:20060219015438-ac50b-b6346876460912f3c27d1bb4287aeab962260ab6.gz
Diffstat (limited to 'halloc.h')
-rw-r--r--halloc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/halloc.h b/halloc.h
index 33d3dc16..584ed84c 100644
--- a/halloc.h
+++ b/halloc.h
@@ -19,7 +19,7 @@
If \c context is not null, context must be a halloc root block. the
resulting memory block is a child context, and must never be
explicitly freed, it will be automatically freed whenever the
- parent context is freed. Child blocks can never be used as the
+ parent context is freed. Child blocks can also never be used as the
context in calls to halloc_register_function, halloc_free, etc.
*/
void *halloc( void *context, size_t size );