From: Volker Lendecke Date: Wed, 21 Oct 2020 14:10:25 +0000 (+0200) Subject: notifyd: Fix a typo X-Git-Tag: talloc-2.3.2~117 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4dac4859db22e632b9f16783155d2befee8c5924;p=thirdparty%2Fsamba.git notifyd: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/source3/smbd/notifyd/notifyd.c b/source3/smbd/notifyd/notifyd.c index ba030fa1ecc..530e844015d 100644 --- a/source3/smbd/notifyd/notifyd.c +++ b/source3/smbd/notifyd/notifyd.c @@ -63,7 +63,7 @@ struct notifyd_state { * * struct notifyd_instance * - * to be maintained and parsed by notifyd_entry_parse() + * to be maintained and parsed by notifyd_parse_entry() */ struct db_context *entries;