summaryrefslogtreecommitdiff
path: root/source3/smbd/oplock.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2018-07-26 12:43:30 +0200
committerJeremy Allison <jra@samba.org>2018-08-17 18:25:08 +0200
commit04f62984fe7c76dd409197fb72f1697c4d7e1755 (patch)
treef943372a677ce66009135b05eff1986b6e965ebc /source3/smbd/oplock.c
parent29eb2fc67c7c0b26390ddeda76f4d3aa8c0846c4 (diff)
downloadsamba-04f62984fe7c76dd409197fb72f1697c4d7e1755.tar.gz
smbd: Fix a typo
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/smbd/oplock.c')
-rw-r--r--source3/smbd/oplock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/oplock.c b/source3/smbd/oplock.c
index 63623297d07..295ae1ff72d 100644
--- a/source3/smbd/oplock.c
+++ b/source3/smbd/oplock.c
@@ -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.