summaryrefslogtreecommitdiff
path: root/sys/scsi
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2006-05-18 21:27:26 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2006-05-18 21:27:26 +0000
commit3ba031339978adf970c28b9ea35ec30c80f0838f (patch)
tree9ef41607377f0c213061848f739038ec2e0b5d30 /sys/scsi
parentfc457bc9c1e4c36f96eeb3ab77db065834c1044e (diff)
paramter -> parameter
Diffstat (limited to 'sys/scsi')
-rw-r--r--sys/scsi/ss.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/scsi/ss.c b/sys/scsi/ss.c
index 7563130714a..6f04fb644eb 100644
--- a/sys/scsi/ss.c
+++ b/sys/scsi/ss.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ss.c,v 1.54 2006/05/11 00:45:59 krw Exp $ */
+/* $OpenBSD: ss.c,v 1.55 2006/05/18 21:27:25 miod Exp $ */
/* $NetBSD: ss.c,v 1.10 1996/05/05 19:52:55 christos Exp $ */
/*
@@ -713,7 +713,7 @@ ssioctl(dev, cmd, addr, flag, p)
if (error)
return (error);
} else {
- /* XXX add routine to validate paramters */
+ /* XXX add routine to validate parameters */
ss_set_window(ss, sio);
}
break;