]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
smbd: Fix a typo
authorVolker Lendecke <vl@samba.org>
Fri, 13 Oct 2023 14:19:41 +0000 (16:19 +0200)
committerJeremy Allison <jra@samba.org>
Wed, 1 Nov 2023 18:55:32 +0000 (18:55 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/smbd/dosmode.c

index 54108910004bb398872e10c287270648f26842bb..2eef953a9cb8a9a4c97e1985274e627e2a51b756 100644 (file)
@@ -688,7 +688,7 @@ uint32_t fdos_mode(struct files_struct *fsp)
 
        if (fsp == NULL) {
                /*
-                * The pathological case where a callers does
+                * The pathological case where a caller does
                 * fdos_mode(smb_fname->fsp) passing a pathref fsp. But as
                 * smb_fname points at a symlink in POSIX context smb_fname->fsp
                 * is NULL.