summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2013-04-11 17:02:39 +0200
committerantirez <antirez@gmail.com>2013-05-03 15:41:29 +0200
commit8a51c067adf56996644a4fadab10d9ce4f05b370 (patch)
treee0310537a4d54b5b4182db7f41f888c05a45bb11
parent0d9c1f536bd26244f94add211138568135ed623a (diff)
downloadredis-8a51c067adf56996644a4fadab10d9ce4f05b370.tar.gz
Cluster: createClusterLink() comment fixed for grammar.
-rw-r--r--src/cluster.c2
1 files changed, 1 insertions, 1 deletions
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) {