summaryrefslogtreecommitdiffstats
path: root/sbin/hastd/secondary.c
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2011-03-21 21:14:07 +0000
committerpjd <pjd@FreeBSD.org>2011-03-21 21:14:07 +0000
commita53d08470e8b5820e7564ec739a5b18739e824b8 (patch)
tree08f508291c924f6338f3646cf9bd6ea579b47c2d /sbin/hastd/secondary.c
parentcd817c0d10fe079570be2b80756763c1190a1328 (diff)
downloadFreeBSD-src-a53d08470e8b5820e7564ec739a5b18739e824b8.zip
FreeBSD-src-a53d08470e8b5820e7564ec739a5b18739e824b8.tar.gz
Fix typo.
MFC after: 1 week
Diffstat (limited to 'sbin/hastd/secondary.c')
-rw-r--r--sbin/hastd/secondary.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/hastd/secondary.c b/sbin/hastd/secondary.c
index 082add0..bfd9992 100644
--- a/sbin/hastd/secondary.c
+++ b/sbin/hastd/secondary.c
@@ -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? */
OpenPOWER on IntegriCloud