cifs: fix trivial typo
authorSteve French <stfrench@microsoft.com>
Mon, 15 Feb 2021 17:03:45 +0000 (11:03 -0600)
committerSteve French <stfrench@microsoft.com>
Tue, 16 Feb 2021 21:03:01 +0000 (15:03 -0600)
Typo: exiting --> existing

Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/connect.c

index 4bb9dec..61418a1 100644 (file)
@@ -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,