summaryrefslogtreecommitdiffstats
path: root/sys/dev/ciss/ciss.c
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2016-05-02 16:47:28 +0000
committerpfg <pfg@FreeBSD.org>2016-05-02 16:47:28 +0000
commit6ce01c2d90ee54ebc392d273c0f3e9d7af3a11b7 (patch)
tree64a5c2fa4f8dd9c88148b816b335988865edd950 /sys/dev/ciss/ciss.c
parenta394bd2abd40f90a6b211a64f88b645898a99050 (diff)
downloadFreeBSD-src-6ce01c2d90ee54ebc392d273c0f3e9d7af3a11b7.zip
FreeBSD-src-6ce01c2d90ee54ebc392d273c0f3e9d7af3a11b7.tar.gz
etc: minor spelling fixes.
Mostly comments but also some user-visible strings. MFC after: 2 weeks
Diffstat (limited to 'sys/dev/ciss/ciss.c')
-rw-r--r--sys/dev/ciss/ciss.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ciss/ciss.c b/sys/dev/ciss/ciss.c
index 6c2a843..f4eeabf 100644
--- a/sys/dev/ciss/ciss.c
+++ b/sys/dev/ciss/ciss.c
@@ -464,7 +464,7 @@ ciss_attach(device_t dev)
ciss_initq_notify(sc);
/*
- * Initalize device sysctls.
+ * Initialize device sysctls.
*/
ciss_init_sysctl(sc);
@@ -619,7 +619,7 @@ ciss_init_pci(struct ciss_softc *sc)
/*
* XXX Big hammer, masks/unmasks all possible interrupts. This should
* work on all hardware variants. Need to add code to handle the
- * "controller crashed" interupt bit that this unmasks.
+ * "controller crashed" interrupt bit that this unmasks.
*/
sqmask = ~0;
}
@@ -4487,7 +4487,7 @@ ciss_name_ldrive_org(int org)
case CISS_LDRIVE_RAIDADG:
return("RAID ADG");
}
- return("unkown");
+ return("unknown");
}
/************************************************************************
OpenPOWER on IntegriCloud