diff options
author | Martin Pool <mbp@samba.org> | 2002-03-10 03:14:00 +0000 |
---|---|---|
committer | Martin Pool <mbp@samba.org> | 2002-03-10 03:14:00 +0000 |
commit | 58c1b11439ef58313895a23a2e9a0ec735903eb6 (patch) | |
tree | b1c8faaa0b7a1912cd93f20662ed88d480844ec0 /source/lib/talloc.c | |
parent | 6891393b5db868246fe52ff62b3dc6aa5ca6f726 (diff) | |
download | samba-58c1b11439ef58313895a23a2e9a0ec735903eb6.tar.gz samba-58c1b11439ef58313895a23a2e9a0ec735903eb6.tar.xz samba-58c1b11439ef58313895a23a2e9a0ec735903eb6.zip |
Fix typo.
Diffstat (limited to 'source/lib/talloc.c')
-rw-r--r-- | source/lib/talloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/lib/talloc.c b/source/lib/talloc.c index 93de91012ce..330780a035d 100644 --- a/source/lib/talloc.c +++ b/source/lib/talloc.c @@ -79,7 +79,7 @@ struct talloc_ctx { /** * Start of linked list of all talloc pools. * - * @fixme We should turn the global list off when using Insure++, + * @todo We should turn the global list off when using Insure++, * otherwise all the memory will be seen as still reachable. **/ TALLOC_CTX *list_head = NULL; |