Fix typo.

MFC after:	1 week
This commit is contained in:
Pawel Jakub Dawidek 2011-03-21 21:14:07 +00:00
parent 0355a8b24b
commit 756cb15420
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=219843

View File

@ -277,7 +277,7 @@ init_remote(struct hast_resource *res, struct nv *nvin)
/* Is primary is out-of-date? */
(res->hr_secondary_localcnt > res->hr_primary_remotecnt &&
res->hr_secondary_remotecnt == res->hr_primary_localcnt) ||
/* Node are more or less in sync? */
/* Nodes are more or less in sync? */
(res->hr_secondary_localcnt == res->hr_primary_remotecnt &&
res->hr_secondary_remotecnt == res->hr_primary_localcnt) ||
/* Is secondary is out-of-date? */