aboutsummaryrefslogtreecommitdiff
path: root/sbin/hastd/secondary.c
diff options
context:
space:
mode:
authorPawel Jakub Dawidek <pjd@FreeBSD.org>2011-03-21 21:14:07 +0000
committerPawel Jakub Dawidek <pjd@FreeBSD.org>2011-03-21 21:14:07 +0000
commit756cb15420071b3f0dfbc7415a295801b6df4ab4 (patch)
tree08f508291c924f6338f3646cf9bd6ea579b47c2d /sbin/hastd/secondary.c
parent0355a8b24b5a7de4e76ca7805d328d26f4a85e95 (diff)
downloadsrc-756cb15420071b3f0dfbc7415a295801b6df4ab4.tar.gz
src-756cb15420071b3f0dfbc7415a295801b6df4ab4.zip
Fix typo.
MFC after: 1 week
Notes
Notes: svn path=/head/; revision=219843
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 082add037204..bfd999249e88 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? */