jail(9): Fix a typo in a comment

- s/erorr/error/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2021-09-26 15:17:41 +02:00
parent 90d60ca8b7
commit 8771ff7538

View File

@ -1304,7 +1304,7 @@ kern_jail_set(struct thread *td, struct uio *optuio, int flags)
#endif
/*
* Allocate a dedicated cpuset for each jail.
* Unlike other initial settings, this may return an erorr.
* Unlike other initial settings, this may return an error.
*/
error = cpuset_create_root(ppr, &pr->pr_cpuset);
if (error)