summaryrefslogtreecommitdiffstats
path: root/sys/scsi/sd.c
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>1998-04-27 11:36:06 +0000
committerdes <des@FreeBSD.org>1998-04-27 11:36:06 +0000
commit1e8b395cf1615195ef035dd1b2c59e5f565345da (patch)
treea41671d30c35e005a215510ace2fce2186b296b6 /sys/scsi/sd.c
parent1c811baafb24bd03555fb376d826af31717a198d (diff)
downloadFreeBSD-src-1e8b395cf1615195ef035dd1b2c59e5f565345da.zip
FreeBSD-src-1e8b395cf1615195ef035dd1b2c59e5f565345da.tar.gz
Fixed spelling of "fictitious" in diagnostics and comments
PR: kern/6429
Diffstat (limited to 'sys/scsi/sd.c')
-rw-r--r--sys/scsi/sd.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/scsi/sd.c b/sys/scsi/sd.c
index 7b168cc..b1c642c 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.124 1998/04/19 23:32:36 julian Exp $
+ * $Id: sd.c,v 1.125 1998/04/22 10:25:27 julian Exp $
*/
#include "opt_bounce.h"
@@ -907,9 +907,9 @@ sd_get_parms(int unit, int flags)
flags | SCSI_DATA_IN) != 0) {
printf("sd%d could not mode sense (4).", unit);
- printf(" Using ficticious geometry\n");
+ printf(" Using fictitious geometry\n");
/*
- * use adaptec standard ficticious geometry
+ * use adaptec standard fictitious geometry
* this depends on which controller (e.g. 1542C is
* different. but we have to put SOMETHING here..)
*/
OpenPOWER on IntegriCloud