diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2001-09-25 02:15:00 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2001-09-25 02:15:00 +0000 |
| commit | f5ef42be31f8774441e880fa0c3097880cd1f253 (patch) | |
| tree | bcd436cd7d03996df18384d5f07ea137f50777ab /sys/cam | |
| parent | 2e78f3945aa25d1974b4abf95d1624412959637f (diff) | |
Notes
Diffstat (limited to 'sys/cam')
| -rw-r--r-- | sys/cam/scsi/scsi_pass.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/cam/scsi/scsi_pass.c b/sys/cam/scsi/scsi_pass.c index e81de983cdd3..22d49fe98b34 100644 --- a/sys/cam/scsi/scsi_pass.c +++ b/sys/cam/scsi/scsi_pass.c @@ -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); |
