[Linux-cluster] [PATCH] trivial fix

Masatake YAMATO yamato at redhat.com
Fri Jul 1 08:45:56 UTC 2011


Fix a typo.

Signed-off-by: Masatake YAMATO

diff --git a/fs/dlm/lowcomms.c b/fs/dlm/lowcomms.c
index bffa1e7..f0d4855 100644
--- a/fs/dlm/lowcomms.c
+++ b/fs/dlm/lowcomms.c
@@ -932,7 +932,7 @@ static void tcp_connect_to_sock(struct connection *con)
 	int one = 1;
 
 	if (con->nodeid == 0) {
-		log_print("attempt to connect sock 0 foiled");
+		log_print("attempt to connect sock 0 failed");
 		return;
 	}
 




More information about the Linux-cluster mailing list