Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Sep 2011 13:25:27 +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: r225835 - head/sbin/hastd
Message-ID:  <201109281325.p8SDPRx0075038@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pjd
Date: Wed Sep 28 13:25:27 2011
New Revision: 225835
URL: http://svn.freebsd.org/changeset/base/225835

Log:
  Correct typo.
  
  MFC after:	3 days

Modified:
  head/sbin/hastd/primary.c

Modified: head/sbin/hastd/primary.c
==============================================================================
--- head/sbin/hastd/primary.c	Wed Sep 28 13:21:53 2011	(r225834)
+++ head/sbin/hastd/primary.c	Wed Sep 28 13:25:27 2011	(r225835)
@@ -1213,7 +1213,7 @@ ggate_recv_thread(void *arg)
 				break;
 			}
 			pjdlog_debug(2,
-			    "ggate_recv: (%p) Moving request to the send queues.",
+			    "ggate_recv: (%p) Moving request to the send queue.",
 			    hio);
 			refcount_init(&hio->hio_countdown, ncomps);
 			for (ii = 0; ii < ncomps; ii++)



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