diff options
author | Martin Pool <mbp@samba.org> | 2002-03-10 03:14:00 +0000 |
---|---|---|
committer | Martin Pool <mbp@samba.org> | 2002-03-10 03:14:00 +0000 |
commit | a984db9723955dfc54b849fec143d0154bc78ace (patch) | |
tree | 86183ab0e7657c0a10977fdac9de7e7a7d81ca38 /source3/lib | |
parent | cfbbf736777aca366e388882a389a214b87ca612 (diff) | |
download | samba-a984db9723955dfc54b849fec143d0154bc78ace.tar.gz samba-a984db9723955dfc54b849fec143d0154bc78ace.tar.bz2 samba-a984db9723955dfc54b849fec143d0154bc78ace.zip |
Fix typo.
(This used to be commit 58c1b11439ef58313895a23a2e9a0ec735903eb6)
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; |