aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs/connect.c
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/connect.c
parent1e71f25d14d70f2bf607b40ab6d7e18daca57f36 (diff)
[CIFS] fix typo in previous commit
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/connect.c')
-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 73ed9fcab82..5c3cc6487e5 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."));
}
}