s/securelvel/securelevel/

This commit is contained in:
Robert Watson 2001-09-25 02:15:00 +00:00
parent 2e78f3945a
commit f5ef42be31

View File

@ -368,7 +368,7 @@ passopen(dev_t dev, int flags, int fmt, struct thread *td)
}
/*
* Don't allow access when we're running at a high securelvel.
* Don't allow access when we're running at a high securelevel.
*/
if (securelevel > 1) {
splx(s);