]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
smbd: Fix a typo
authorVolker Lendecke <vl@samba.org>
Tue, 23 Jul 2019 15:46:22 +0000 (17:46 +0200)
committerJeremy Allison <jra@samba.org>
Tue, 6 Aug 2019 21:49:29 +0000 (21:49 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/smbd/open.c

index 206450962dd7507d7e5edc957b056058abc35ff9..2e4e2d6d33491b3cb09aa62067927bddb8310e98 100644 (file)
@@ -3592,7 +3592,7 @@ static NTSTATUS open_file_ntcreate(connection_struct *conn,
                 * basefile open in the fsp fd, so lacking a distinct
                 * fd for the stream kernel_flock will apply on the
                 * basefile which is wrong. The actual check is
-                * deffered to the VFS module implementing the
+                * deferred to the VFS module implementing the
                 * kernel_flock call.
                 */
                ret_flock = SMB_VFS_KERNEL_FLOCK(fsp, share_access, access_mask);