summaryrefslogtreecommitdiffstats
path: root/fs/cifs
diff options
context:
space:
mode:
authorSteve French <stfrench@microsoft.com>2021-02-15 11:03:45 -0600
committerSteve French <stfrench@microsoft.com>2021-02-16 15:03:01 -0600
commit201023c5b294d68bd370b9d81761ddfdb6cbcc86 (patch)
treea27742fd56b846ff48195fb1b54d18b1edbb792e /fs/cifs
parent6dffa4c22000595343fd676fd146a1318aab4073 (diff)
downloadlinux-stable-201023c5b294d68bd370b9d81761ddfdb6cbcc86.tar.gz
linux-stable-201023c5b294d68bd370b9d81761ddfdb6cbcc86.tar.bz2
linux-stable-201023c5b294d68bd370b9d81761ddfdb6cbcc86.zip
cifs: fix trivial typo
Typo: exiting --> existing Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'fs/cifs')
-rw-r--r--fs/cifs/connect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/connect.c b/fs/cifs/connect.c
index 4bb9decbbf27..61418a1c7817 100644
--- a/fs/cifs/connect.c
+++ b/fs/cifs/connect.c
@@ -2911,7 +2911,7 @@ static int mount_setup_tlink(struct cifs_sb_info *cifs_sb, struct cifs_ses *ses,
#ifdef CONFIG_CIFS_DFS_UPCALL
/*
* cifs_build_path_to_root returns full path to root when we do not have an
- * exiting connection (tcon)
+ * existing connection (tcon)
*/
static char *
build_unc_path_to_root(const struct smb3_fs_context *ctx,