From a984db9723955dfc54b849fec143d0154bc78ace Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Sun, 10 Mar 2002 03:14:00 +0000 Subject: Fix typo. (This used to be commit 58c1b11439ef58313895a23a2e9a0ec735903eb6) --- source3/lib/talloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/lib/talloc.c') 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; -- cgit