diff options
| author | Bharath SM <bharathsm@microsoft.com> | 2025-09-02 00:02:24 +0530 |
|---|---|---|
| committer | Steve French <stfrench@microsoft.com> | 2025-09-02 20:37:17 -0500 |
| commit | 0c3813d855b2006f021f7b5055f231977a58c784 (patch) | |
| tree | cffb0c41386cc52543eb032b671fa916de338022 /fs/smb/client/reparse.c | |
| parent | 6976c7a69dafbb34a0d4814e2def9d3d7114836d (diff) | |
smb: client: fix spellings in comments
correct spellings in comments
Signed-off-by: Bharath SM <bharathsm@microsoft.com>
Acked-by: Paulo Alcantara (Red Hat) <pc@manguebit.org>
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'fs/smb/client/reparse.c')
| -rw-r--r-- | fs/smb/client/reparse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/smb/client/reparse.c b/fs/smb/client/reparse.c index 7869cec58f52..10c84c095fe7 100644 --- a/fs/smb/client/reparse.c +++ b/fs/smb/client/reparse.c @@ -278,7 +278,7 @@ static int detect_directory_symlink_target(struct cifs_sb_info *cifs_sb, } /* - * For absolute symlinks it is not possible to determinate + * For absolute symlinks it is not possible to determine * if it should point to directory or file. */ if (symname[0] == '/') { |
