[Linux-cluster] [PATCH] trivial fix

Masatake YAMATO yamato at redhat.com
Mon Jul 4 03:11:12 UTC 2011


> On 01/07/11 09:45, Masatake YAMATO wrote:
>> 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;
>>   	}
>>
> 
> That's not a typo. I did mean "foiled" and not "failed". Read the code
> and it will make sense ;-)

Oh, sorry.
 
> Chrissie
> 
> --
> Linux-cluster mailing list
> Linux-cluster at redhat.com
> https://www.redhat.com/mailman/listinfo/linux-cluster




More information about the Linux-cluster mailing list