iscsi-scst: Fix spelling in a source code comment

git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/3.3.x@7594 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2018-11-01 04:45:10 +00:00
parent d23850a85c
commit c6e9b8cbf6

View File

@@ -411,7 +411,7 @@ struct iscsi_cmnd {
/*
* This flag might be cleared from SCST thread after/during RX digest
* calculation in parallel with clearing release_called from the
* read thread, so it must be modifiable inependently.
* read thread, so it must be modifiable independently.
*/
unsigned long on_rx_digest_list:1 __aligned(sizeof(long));
#endif