From: Volker Lendecke Date: Fri, 13 Oct 2023 14:19:41 +0000 (+0200) Subject: smbd: Fix a typo X-Git-Tag: talloc-2.4.2~953 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=252d2cc76ab09b3d0c8ece2a6267f93ecf813b41;p=thirdparty%2Fsamba.git smbd: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/source3/smbd/dosmode.c b/source3/smbd/dosmode.c index 54108910004..2eef953a9cb 100644 --- a/source3/smbd/dosmode.c +++ b/source3/smbd/dosmode.c @@ -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.