From 2224f4e5d5317552d48ce9059761148b1516ba5d Mon Sep 17 00:00:00 2001 From: Steve French Date: Thu, 20 Sep 2007 15:37:29 +0000 Subject: [PATCH] [CIFS] fix typo in previous commit Signed-off-by: Steve French --- fs/cifs/connect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/cifs/connect.c b/fs/cifs/connect.c index 73ed9fc..5c3cc64 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.")); } } -- 2.7.4