diff options
Diffstat (limited to 'source3/lib')
-rw-r--r-- | source3/lib/talloc.c | 2 |
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; |