diff options
author | Volker Lendecke <vl@samba.org> | 2016-09-08 11:44:23 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2016-09-09 11:58:07 +0200 |
commit | 14c3f67df59c288297179304d926b4d6f6490ec3 (patch) | |
tree | f5e802bad6a7ce78dedfadc3e4771032baa3624f | |
parent | 4a8b588dc081ff8931eb405076cd237ab4728ac0 (diff) | |
download | samba-14c3f67df59c288297179304d926b4d6f6490ec3.tar.gz |
notifyd: Fix bad comment wording
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
-rw-r--r-- | source3/smbd/notifyd/notifyd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/notifyd/notifyd.c b/source3/smbd/notifyd/notifyd.c index 69d30f79cf0..8e52eea1781 100644 --- a/source3/smbd/notifyd/notifyd.c +++ b/source3/smbd/notifyd/notifyd.c @@ -61,7 +61,7 @@ struct notifyd_state { * * struct notifyd_instance * - * to be maintained by parsed by notifyd_entry_parse() + * to be maintained and parsed by notifyd_entry_parse() */ struct db_context *entries; |