Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Apr 2011 18:49:13 +0000 (UTC)
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r220899 - head/sbin/hastd
Message-ID:  <201104201849.p3KInDV8061982@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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");
 		}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104201849.p3KInDV8061982>