Fix typo.

Submitted by:	emaste
Pointy hat to:	kib (who needs much bigger wardrobe)
MFC after:	1 week
This commit is contained in:
kib 2010-04-21 20:04:42 +00:00
parent e9212a9793
commit f504a7390f

View File

@ -1093,7 +1093,7 @@ static int
sysctl_out_proc_copyout(struct kinfo_proc *ki, struct sysctl_req *req)
{
return (SYSCTL_OUT(req, (caddr_t)&ki, sizeof(struct kinfo_proc)));
return (SYSCTL_OUT(req, (caddr_t)ki, sizeof(struct kinfo_proc)));
}
#endif