Fix typo.

This commit is contained in:
David Xu 2012-02-22 07:34:23 +00:00
parent 29dcf726d2
commit f911d9fa4d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=231995

View file

@ -3303,7 +3303,7 @@ __umtx_op_wait_compat32(struct thread *td, struct _umtx_op_args *uap)
{
struct timespec *ts, timeout;
int error;
uint32_ flags;
uint32_t flags;
if (uap->uaddr2 == NULL)
ts = NULL;