1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

Fix typo.

(This used to be commit 58c1b11439)
This commit is contained in:
Martin Pool 2002-03-10 03:14:00 +00:00
parent cfbbf73677
commit a984db9723

View File

@ -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;