diff options
Diffstat (limited to 'sys/dev/isci/scil/sci_base_phy.h')
-rw-r--r-- | sys/dev/isci/scil/sci_base_phy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/isci/scil/sci_base_phy.h b/sys/dev/isci/scil/sci_base_phy.h index 141b47a2693a..914a11007385 100644 --- a/sys/dev/isci/scil/sci_base_phy.h +++ b/sys/dev/isci/scil/sci_base_phy.h @@ -93,7 +93,7 @@ typedef enum _SCI_BASE_PHY_STATES SCI_BASE_PHY_STATE_STOPPED, /** - * This state indicates that the phy is in the process of becomming + * This state indicates that the phy is in the process of becoming * ready. In this state no new IO operations are permitted on this phy. * This state is entered from the STOPPED state. * This state is entered from the READY state. |