Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=2224f4e5d5317552d48ce9059761148b1516ba5d
Commit:     2224f4e5d5317552d48ce9059761148b1516ba5d
Parent:     1e71f25d14d70f2bf607b40ab6d7e18daca57f36
Author:     Steve French <[EMAIL PROTECTED]>
AuthorDate: Thu Sep 20 15:37:29 2007 +0000
Committer:  Steve French <[EMAIL PROTECTED]>
CommitDate: Thu Sep 20 15:37:29 2007 +0000

    [CIFS] fix typo in previous commit
    
    Signed-off-by: Steve French <[EMAIL PROTECTED]>
---
 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 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."));
 
                }
        }
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to