diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 2001-08-16 17:31:27 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 2001-08-16 17:31:27 +0000 |
| commit | 561e7bb942f0d27ce21c0d206d2a13a1be13aa1c (patch) | |
| tree | 7f858d27cf1fb22ff62e1fac0afc6bdd49f4b09c /sys/dev | |
| parent | 1865c617e490fa62022cce69385c8f6422663725 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/isp/ispvar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/isp/ispvar.h b/sys/dev/isp/ispvar.h index 59f6f9e21c86..8526866bff91 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 */ |
