Author: pjd
Date: Mon Mar 21 21:14:07 2011
New Revision: 219843
URL: http://svn.freebsd.org/changeset/base/219843

Log:
  Fix typo.
  
  MFC after:    1 week

Modified:
  head/sbin/hastd/secondary.c

Modified: head/sbin/hastd/secondary.c
==============================================================================
--- head/sbin/hastd/secondary.c Mon Mar 21 18:39:42 2011        (r219842)
+++ head/sbin/hastd/secondary.c Mon Mar 21 21:14:07 2011        (r219843)
@@ -277,7 +277,7 @@ init_remote(struct hast_resource *res, s
            /* 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? */
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to