mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Correct typo.
This commit is contained in:
parent
ab973359d5
commit
d246aa55e7
1 changed files with 1 additions and 1 deletions
|
|
@ -273,7 +273,7 @@ g_post_event_x(g_event_t *func, void *arg, int flag, int wuflag, struct g_event
|
|||
u_int n;
|
||||
|
||||
g_trace(G_T_TOPOLOGY, "g_post_event_x(%p, %p, %d, %d)",
|
||||
func, arg, flag, wakeup);
|
||||
func, arg, flag, wuflag);
|
||||
KASSERT(wuflag == 0 || wuflag == EV_WAKEUP,
|
||||
("Wrong wuflag in g_post_event_x(0x%x)", wuflag));
|
||||
ep = g_malloc(sizeof *ep, flag | M_ZERO);
|
||||
|
|
|
|||
Loading…
Reference in a new issue