From: Steve French Date: Mon, 15 Feb 2021 17:03:45 +0000 (-0600) Subject: cifs: fix trivial typo X-Git-Tag: v5.12-rc1~14^2~25 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=201023c5b294d68bd370b9d81761ddfdb6cbcc86;p=thirdparty%2Flinux.git cifs: fix trivial typo Typo: exiting --> existing Signed-off-by: Steve French --- diff --git a/fs/cifs/connect.c b/fs/cifs/connect.c index 4bb9decbbf27f..61418a1c7817b 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,