summaryrefslogtreecommitdiff
path: root/source3/lib/talloc.c
diff options
context:
space:
mode:
authorMartin Pool <mbp@samba.org>2002-03-10 03:14:00 +0000
committerMartin Pool <mbp@samba.org>2002-03-10 03:14:00 +0000
commita984db9723955dfc54b849fec143d0154bc78ace (patch)
tree86183ab0e7657c0a10977fdac9de7e7a7d81ca38 /source3/lib/talloc.c
parentcfbbf736777aca366e388882a389a214b87ca612 (diff)
downloadsamba-a984db9723955dfc54b849fec143d0154bc78ace.tar.gz
samba-a984db9723955dfc54b849fec143d0154bc78ace.tar.bz2
samba-a984db9723955dfc54b849fec143d0154bc78ace.zip
Fix typo.
(This used to be commit 58c1b11439ef58313895a23a2e9a0ec735903eb6)
Diffstat (limited to 'source3/lib/talloc.c')
-rw-r--r--source3/lib/talloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/talloc.c b/source3/lib/talloc.c
index 93de91012c..330780a035 100644
--- a/source3/lib/talloc.c
+++ b/source3/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;