summaryrefslogtreecommitdiffstats
path: root/sbin/hastd
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2011-09-28 13:25:27 +0000
committerpjd <pjd@FreeBSD.org>2011-09-28 13:25:27 +0000
commitae2bc06327902b65a0e544a5e109882b272b701d (patch)
tree978ce40d53fdfe2c58938293d5b00b8937da6347 /sbin/hastd
parent25b3d91c28b6f8cb7542a3071bd1a3179840ab3e (diff)
downloadFreeBSD-src-ae2bc06327902b65a0e544a5e109882b272b701d.zip
FreeBSD-src-ae2bc06327902b65a0e544a5e109882b272b701d.tar.gz
Correct typo.
MFC after: 3 days
Diffstat (limited to 'sbin/hastd')
-rw-r--r--sbin/hastd/primary.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/hastd/primary.c b/sbin/hastd/primary.c
index 4a3c51f..21e888a 100644
--- a/sbin/hastd/primary.c
+++ b/sbin/hastd/primary.c
@@ -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++)
OpenPOWER on IntegriCloud