summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>2001-08-16 17:31:27 +0000
committermjacob <mjacob@FreeBSD.org>2001-08-16 17:31:27 +0000
commit53c7d9bc0a039083a354b72c5dcb3af23ce27782 (patch)
tree7f858d27cf1fb22ff62e1fac0afc6bdd49f4b09c
parentc0669fbb6c5ec5393c0345765ef15a7cc46732ce (diff)
downloadFreeBSD-src-53c7d9bc0a039083a354b72c5dcb3af23ce27782.zip
FreeBSD-src-53c7d9bc0a039083a354b72c5dcb3af23ce27782.tar.gz
Fix a spelling error in a comment.
-rw-r--r--sys/dev/isp/ispvar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/isp/ispvar.h b/sys/dev/isp/ispvar.h
index 59f6f9e..8526866 100644
--- a/sys/dev/isp/ispvar.h
+++ b/sys/dev/isp/ispvar.h
@@ -573,7 +573,7 @@ void isp_done(XS_T *);
* and logging out of fabric devices (if one is on a fabric) and then marking
* the 'loop state' as being ready to now be used for sending commands to
* devices. Originally fabric name server and local loop scanning were
- * part of this function. It's now been seperated to allow for finer control.
+ * part of this function. It's now been separated to allow for finer control.
*/
typedef enum {
ISPCTL_RESET_BUS, /* Reset Bus */
OpenPOWER on IntegriCloud