diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-02-06 17:37:29 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-02-06 17:37:29 +0000 |
commit | 1327f4d07532a559f7aa2205c8a4569a2c0828fb (patch) | |
tree | f8a78214425d8ab17b8a1ba14ce3ccbe9f51b3bc /sys/scsi/scsi_base.c | |
parent | 8727b7c08864692c23d9230efd7281a0f85e6a85 (diff) |
typos from alexey dobriyan;
Diffstat (limited to 'sys/scsi/scsi_base.c')
-rw-r--r-- | sys/scsi/scsi_base.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/scsi/scsi_base.c b/sys/scsi/scsi_base.c index 29683a3c39c..744a4252197 100644 --- a/sys/scsi/scsi_base.c +++ b/sys/scsi/scsi_base.c @@ -1,4 +1,4 @@ -/* $OpenBSD: scsi_base.c,v 1.98 2005/11/28 16:51:29 mickey Exp $ */ +/* $OpenBSD: scsi_base.c,v 1.99 2006/02/06 17:37:28 jmc Exp $ */ /* $NetBSD: scsi_base.c,v 1.43 1997/04/02 02:29:36 mycroft Exp $ */ /* @@ -847,7 +847,7 @@ scsi_scsi_cmd(sc_link, scsi_cmd, cmdlen, data_addr, datalen, s = splbio(); /* - * we have finished with the xfer stuct, free it and + * we have finished with the xfer struct, free it and * check if anyone else needs to be started up. */ scsi_free_xs(xs); |