From 3840548ce6a59dc1fbfccf02f058b70ba52df9eb Mon Sep 17 00:00:00 2001 From: Joe Perches Date: Thu, 22 Jan 2009 13:26:47 -0800 Subject: [PATCH] --- yaml --- r: 135887 b: refs/heads/master c: 2cf12c0bf261e19d9641d7b8aa220e2651a03289 h: refs/heads/master i: 135885: abadf77bbf7bde7298edfb2ea90a477f1dc682e1 135883: 1aa475491620a5e3a3af2efed9dcc0505c525808 135879: fab1ff742e531b2bbb3c7cf81470d6de4f4fb44c 135871: 145d7aee3d854c53e8fb9e8b1593709d01b4e494 v: v3 --- [refs] | 2 +- trunk/fs/dlm/lowcomms.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 82ae0b869dfd..a8b0c7705514 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 44ad532b3277f0cae55bfe0625d3140cf73af450 +refs/heads/master: 2cf12c0bf261e19d9641d7b8aa220e2651a03289 diff --git a/trunk/fs/dlm/lowcomms.c b/trunk/fs/dlm/lowcomms.c index bf09262b8b01..982314c472c1 100644 --- a/trunk/fs/dlm/lowcomms.c +++ b/trunk/fs/dlm/lowcomms.c @@ -21,7 +21,7 @@ * * Cluster nodes are referred to by their nodeids. nodeids are * simply 32 bit numbers to the locking module - if they need to - * be expanded for the cluster infrastructure then that is it's + * be expanded for the cluster infrastructure then that is its * responsibility. It is this layer's * responsibility to resolve these into IP address or * whatever it needs for inter-node communication. @@ -36,9 +36,9 @@ * of high load. Also, this way, the sending thread can collect together * messages bound for one node and send them in one block. * - * lowcomms will choose to use wither TCP or SCTP as its transport layer + * lowcomms will choose to use either TCP or SCTP as its transport layer * depending on the configuration variable 'protocol'. This should be set - * to 0 (default) for TCP or 1 for SCTP. It shouldbe configured using a + * to 0 (default) for TCP or 1 for SCTP. It should be configured using a * cluster-wide mechanism as it must be the same on all nodes of the cluster * for the DLM to function. *