Correct typo.

This commit is contained in:
Pawel Jakub Dawidek 2005-05-18 21:53:08 +00:00
parent ab973359d5
commit d246aa55e7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=146353

View File

@ -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);