diff options
author | Steve French <sfrench@us.ibm.com> | 2007-09-20 15:37:29 +0000 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2007-09-20 15:37:29 +0000 |
commit | 2224f4e5d5317552d48ce9059761148b1516ba5d (patch) | |
tree | b396a1f3b347d5107d9fc2f25e8678c9612b2d2b | |
parent | 1e71f25d14d70f2bf607b40ab6d7e18daca57f36 (diff) |
[CIFS] fix typo in previous commit
Signed-off-by: Steve French <sfrench@us.ibm.com>
-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, "mounting with the Unix Extensions\n" "disabled, if problems are found, " "by specifying the nounix mount " - "option."); + "option.")); } } |