isci(4): Fix a typo in a source code comment

- s/initialzied/initialized/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-04-02 14:29:34 +02:00
parent cededdff9b
commit b61c7c2dfb

View File

@ -277,7 +277,7 @@ typedef struct SCIC_SDS_REMOTE_DEVICE
U32 not_ready_reason;
/**
* This field is TRUE if this remote device has an initialzied ready substate
* This field is TRUE if this remote device has an initialized ready substate
* machine. SSP devices do not have a ready substate machine and STP devices
* have a ready substate machine.
*/