summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2020-10-21 16:10:25 +0200
committerJeremy Allison <jra@samba.org>2020-10-24 05:57:31 +0000
commit4dac4859db22e632b9f16783155d2befee8c5924 (patch)
tree0f8082c77bb69a72d89a5a6ecd64e4fbbc11040e /source3
parent79b0829ea2da2c18934dbc95cc5fe83a4c48d1f6 (diff)
downloadsamba-4dac4859db22e632b9f16783155d2befee8c5924.tar.gz
notifyd: Fix a typo
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3')
-rw-r--r--source3/smbd/notifyd/notifyd.c2
1 files changed, 1 insertions, 1 deletions
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;