mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Correct typo.
MFC after: 3 days
This commit is contained in:
parent
12daf727f6
commit
e3feec94eb
1 changed files with 1 additions and 1 deletions
|
|
@ -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++)
|
||||
|
|
|
|||
Loading…
Reference in a new issue