From e3feec94eb74fd6a45d10ec5799bb133306dcd7a Mon Sep 17 00:00:00 2001 From: Pawel Jakub Dawidek Date: Wed, 28 Sep 2011 13:25:27 +0000 Subject: [PATCH] Correct typo. MFC after: 3 days --- sbin/hastd/primary.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/hastd/primary.c b/sbin/hastd/primary.c index 4a3c51ff1a0f..21e888a84997 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++)