mirror of
https://github.com/fluencelabs/redis
synced 2025-03-31 14:51:04 +00:00
Cluster: createClusterLink() comment fixed for grammar.
This commit is contained in:
parent
0d9c1f536b
commit
8a51c067ad
@ -276,7 +276,7 @@ clusterLink *createClusterLink(clusterNode *node) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Free a cluster link, but does not free the associated node of course.
|
/* Free a cluster link, but does not free the associated node of course.
|
||||||
* Just this function will make sure that the original node associated
|
* This function will just make sure that the original node associated
|
||||||
* with this link will have the 'link' field set to NULL. */
|
* with this link will have the 'link' field set to NULL. */
|
||||||
void freeClusterLink(clusterLink *link) {
|
void freeClusterLink(clusterLink *link) {
|
||||||
if (link->fd != -1) {
|
if (link->fd != -1) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user