提交 8a51c067 编写于 作者: A antirez

Cluster: createClusterLink() comment fixed for grammar.

上级 0d9c1f53
...@@ -276,7 +276,7 @@ clusterLink *createClusterLink(clusterNode *node) { ...@@ -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) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册