Commit 2cf12c0b authored by Joe Perches's avatar Joe Perches Committed by David Teigland

dlm: comment typo fixes

Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarDavid Teigland <teigland@redhat.com>
parent 44ad532b
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
* *
* Cluster nodes are referred to by their nodeids. nodeids are * Cluster nodes are referred to by their nodeids. nodeids are
* simply 32 bit numbers to the locking module - if they need to * 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. It is this layer's
* responsibility to resolve these into IP address or * responsibility to resolve these into IP address or
* whatever it needs for inter-node communication. * whatever it needs for inter-node communication.
...@@ -36,9 +36,9 @@ ...@@ -36,9 +36,9 @@
* of high load. Also, this way, the sending thread can collect together * of high load. Also, this way, the sending thread can collect together
* messages bound for one node and send them in one block. * 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 * 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 * cluster-wide mechanism as it must be the same on all nodes of the cluster
* for the DLM to function. * for the DLM to function.
* *
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment