From 8a51c067adf56996644a4fadab10d9ce4f05b370 Mon Sep 17 00:00:00 2001 From: antirez Date: Thu, 11 Apr 2013 17:02:39 +0200 Subject: [PATCH] Cluster: createClusterLink() comment fixed for grammar. --- src/cluster.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cluster.c b/src/cluster.c index 23e7cbee6..972484449 100644 --- a/src/cluster.c +++ b/src/cluster.c @@ -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) {