diff options
Diffstat (limited to 'sys/scsi/st.c')
-rw-r--r-- | sys/scsi/st.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/scsi/st.c b/sys/scsi/st.c index 7882ab3d2f9..8b42866d6ac 100644 --- a/sys/scsi/st.c +++ b/sys/scsi/st.c @@ -1,4 +1,4 @@ -/* $OpenBSD: st.c,v 1.79 2007/11/22 03:57:07 krw Exp $ */ +/* $OpenBSD: st.c,v 1.80 2007/11/27 16:22:14 martynas Exp $ */ /* $NetBSD: st.c,v 1.71 1997/02/21 23:03:49 thorpej Exp $ */ /* @@ -527,7 +527,7 @@ stopen(dev_t dev, int flags, int fmt, struct proc *p) /* * close the device.. only called if we are the LAST - * occurence of an open device + * occurrence of an open device */ int stclose(dev_t dev, int flags, int mode, struct proc *p) |