smbd: Fix a typo
authorVolker Lendecke <vl@samba.org>
Thu, 26 Jul 2018 10:43:30 +0000 (12:43 +0200)
committerJeremy Allison <jra@samba.org>
Fri, 17 Aug 2018 16:25:08 +0000 (18:25 +0200)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/smbd/oplock.c

index 63623297d07fe608a400414efabd693b6314cbd6..295ae1ff72df2a68c6ac08a813f79ec958d570b6 100644 (file)
@@ -1153,7 +1153,7 @@ static void contend_level2_oplocks_begin_default(files_struct *fsp,
 
        /*
         * do_break_to_none() only operates on the
-        * locking.tdb and send network packets to
+        * locking.tdb and sends network packets to
         * the client. That doesn't require any
         * impersonation, so we just use the
         * raw tevent context here.