diff options
| -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 */ |
