diff options
author | Steve French <sfrench@us.ibm.com> | 2007-09-20 11:37:29 -0400 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2007-09-20 11:37:29 -0400 |
commit | 2224f4e5d5317552d48ce9059761148b1516ba5d (patch) | |
tree | b396a1f3b347d5107d9fc2f25e8678c9612b2d2b /fs/cifs | |
parent | 1e71f25d14d70f2bf607b40ab6d7e18daca57f36 (diff) |
[CIFS] fix typo in previous commit
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs')
-rw-r--r-- | fs/cifs/connect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/connect.c b/fs/cifs/connect.c index 73ed9fcab821..5c3cc6487e59 100644 --- a/fs/cifs/connect.c +++ b/fs/cifs/connect.c | |||
@@ -1750,7 +1750,7 @@ void reset_cifs_unix_caps(int xid, struct cifsTconInfo *tcon, | |||
1750 | "mounting with the Unix Extensions\n" | 1750 | "mounting with the Unix Extensions\n" |
1751 | "disabled, if problems are found, " | 1751 | "disabled, if problems are found, " |
1752 | "by specifying the nounix mount " | 1752 | "by specifying the nounix mount " |
1753 | "option."); | 1753 | "option.")); |
1754 | 1754 | ||
1755 | } | 1755 | } |
1756 | } | 1756 | } |