diff options
Diffstat (limited to 'source/lib/events.c')
-rw-r--r-- | source/lib/events.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/lib/events.c b/source/lib/events.c index 3670d960aae..133752c78e4 100644 --- a/source/lib/events.c +++ b/source/lib/events.c @@ -33,8 +33,8 @@ static int timed_event_destructor(void *p) } /**************************************************************************** - Schedule a function for future calling, cancel with talloc_free(). - It's the responsibility of the handler to call talloc_free() on the event + Schedule a function for future calling, cancel with TALLOC_FREE(). + It's the responsibility of the handler to call TALLOC_FREE() on the event handed to it. ****************************************************************************/ |