summaryrefslogtreecommitdiffstats
path: root/sys/scsi
diff options
context:
space:
mode:
authorats <ats@FreeBSD.org>1993-09-10 18:03:21 +0000
committerats <ats@FreeBSD.org>1993-09-10 18:03:21 +0000
commit438a7d20d449c72c92754b6131613b3788fa1ba7 (patch)
treec2938c152be9c60d152f439fd69dc531f0d83b33 /sys/scsi
parent0f9beb0e4fd6cc10324e18848dad277e5ab6c4bc (diff)
downloadFreeBSD-src-438a7d20d449c72c92754b6131613b3788fa1ba7.zip
FreeBSD-src-438a7d20d449c72c92754b6131613b3788fa1ba7.tar.gz
Fixed a small typo in an error printf.
Diffstat (limited to 'sys/scsi')
-rw-r--r--sys/scsi/sd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/scsi/sd.c b/sys/scsi/sd.c
index baf5a19..e931b7a 100644
--- a/sys/scsi/sd.c
+++ b/sys/scsi/sd.c
@@ -14,7 +14,7 @@
*
* Ported to run under 386BSD by Julian Elischer (julian@dialix.oz.au) Sept 1992
*
- * $Id: sd.c,v 1.6 1993/08/28 03:08:56 rgrimes Exp $
+ * $Id: sd.c,v 1.7 1993/09/09 01:30:46 rgrimes Exp $
*/
#define SPLSD splbio
@@ -809,7 +809,7 @@ sd_size(unit, flags)
NULL,
flags | SCSI_DATA_IN) != 0)
{
- printf("sd0%: could not get size\n", unit);
+ printf("sd%d: could not get size\n", unit);
return(0);
} else {
size = rdcap.addr_0 + 1 ;
OpenPOWER on IntegriCloud