Cluster: createClusterLink() comment fixed for grammar.

This commit is contained in:
antirez 2013-04-11 17:02:39 +02:00
parent 0d9c1f536b
commit 8a51c067ad

View File

@ -276,7 +276,7 @@ clusterLink *createClusterLink(clusterNode *node) {
}
/* 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. */
void freeClusterLink(clusterLink *link) {
if (link->fd != -1) {