Signed-off-by: Chris Webb <[email protected]>
---
 sheep/cluster/accord.c    |    2 +-
 sheep/cluster/zookeeper.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sheep/cluster/accord.c b/sheep/cluster/accord.c
index 337f631..a685f9e 100644
--- a/sheep/cluster/accord.c
+++ b/sheep/cluster/accord.c
@@ -40,7 +40,7 @@ struct acrd_event {
        size_t buf_len;
        uint8_t buf[MAX_EVENT_BUF_SIZE];
 
-       size_t nr_nodes; /* the number of sheeps */
+       size_t nr_nodes; /* the number of sheep */
        struct sheepdog_node_list_entry nodes[SD_MAX_NODES];
        uint64_t ids[SD_MAX_NODES];
 
diff --git a/sheep/cluster/zookeeper.c b/sheep/cluster/zookeeper.c
index 3fb0744..7717b6b 100644
--- a/sheep/cluster/zookeeper.c
+++ b/sheep/cluster/zookeeper.c
@@ -49,7 +49,7 @@ struct zk_event {
        size_t buf_len;
        uint8_t buf[MAX_EVENT_BUF_SIZE];
 
-       size_t nr_nodes; /* the number of sheeps */
+       size_t nr_nodes; /* the number of sheep */
        struct sheepdog_node_list_entry nodes[SD_MAX_NODES];
 
        enum cluster_join_result join_result;
-- 
1.7.5.4

-- 
sheepdog mailing list
[email protected]
http://lists.wpkg.org/mailman/listinfo/sheepdog

Reply via email to