diff options
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; |