summaryrefslogtreecommitdiffstats
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
commit58c1b11439ef58313895a23a2e9a0ec735903eb6 (patch)
treeb1c8faaa0b7a1912cd93f20662ed88d480844ec0
parent6891393b5db868246fe52ff62b3dc6aa5ca6f726 (diff)
downloadsamba-58c1b11439ef58313895a23a2e9a0ec735903eb6.tar.gz
samba-58c1b11439ef58313895a23a2e9a0ec735903eb6.tar.xz
samba-58c1b11439ef58313895a23a2e9a0ec735903eb6.zip
Fix typo.
-rw-r--r--source/lib/talloc.c2
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;