svn commit: r220899 - head/sbin/hastd

Pawel Jakub Dawidek pjd at FreeBSD.org
Wed Apr 20 18:49:13 UTC 2011


Author: pjd
Date: Wed Apr 20 18:49:12 2011
New Revision: 220899
URL: http://svn.freebsd.org/changeset/base/220899

Log:
  Correct comment.
  
  MFC after:	1 week

Modified:
  head/sbin/hastd/hastd.c

Modified: head/sbin/hastd/hastd.c
==============================================================================
--- head/sbin/hastd/hastd.c	Wed Apr 20 18:43:28 2011	(r220898)
+++ head/sbin/hastd/hastd.c	Wed Apr 20 18:49:12 2011	(r220899)
@@ -739,7 +739,7 @@ listen_accept(void)
 		if (res->hr_role == HAST_ROLE_PRIMARY) {
 			/*
 			 * If we act as primary request the other side to wait
-			 * for us for a bit, as may might be finishing cleanups.
+			 * for us a bit, as we might be finishing cleanups.
 			 */
 			nv_add_uint8(nverr, 1, "wait");
 		}


More information about the svn-src-all mailing list