aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs
diff options
context:
space:
mode:
authorSteve French <sfrench@us.ibm.com>2007-09-20 15:37:29 +0000
committerSteve French <sfrench@us.ibm.com>2007-09-20 15:37:29 +0000
commit2224f4e5d5317552d48ce9059761148b1516ba5d (patch)
treeb396a1f3b347d5107d9fc2f25e8678c9612b2d2b /fs/cifs
parent[CIFS] Print better error when server returns malformed QueryUnixInfo response (diff)
downloadlinux-dev-2224f4e5d5317552d48ce9059761148b1516ba5d.tar.xz
linux-dev-2224f4e5d5317552d48ce9059761148b1516ba5d.zip
[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.c2
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,
"mounting with the Unix Extensions\n"
"disabled, if problems are found, "
"by specifying the nounix mount "
- "option.");
+ "option."));
}
}