aboutsummaryrefslogtreecommitdiff
path: root/sys/cam
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2001-09-25 02:15:00 +0000
committerRobert Watson <rwatson@FreeBSD.org>2001-09-25 02:15:00 +0000
commitf5ef42be31f8774441e880fa0c3097880cd1f253 (patch)
treebcd436cd7d03996df18384d5f07ea137f50777ab /sys/cam
parent2e78f3945aa25d1974b4abf95d1624412959637f (diff)
Notes
Diffstat (limited to 'sys/cam')
-rw-r--r--sys/cam/scsi/scsi_pass.c2
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);