Fix typo.

Submitted by:	emaste
Pointy hat to:	kib (who needs much bigger wardrobe)
MFC after:	1 week
This commit is contained in:
Konstantin Belousov 2010-04-21 20:04:42 +00:00
parent 431c9bf2d5
commit b4bf2ac1ac
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=207016

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