Spelling fixes: Dont => Don't
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
committed by
Ronnie Sahlberg
parent
c606dd50f9
commit
120b308741
@@ -296,7 +296,7 @@ iscsi_destroy_context(struct iscsi_context *iscsi)
|
||||
while ((pdu = iscsi->outqueue)) {
|
||||
SLIST_REMOVE(&iscsi->outqueue, pdu);
|
||||
if ( !(pdu->flags & ISCSI_PDU_NO_CALLBACK)) {
|
||||
/* If an error happened during connect/login, we dont want to
|
||||
/* If an error happened during connect/login, we don't want to
|
||||
call any of the callbacks.
|
||||
*/
|
||||
if (iscsi->is_loggedin) {
|
||||
@@ -308,7 +308,7 @@ iscsi_destroy_context(struct iscsi_context *iscsi)
|
||||
}
|
||||
while ((pdu = iscsi->waitpdu)) {
|
||||
SLIST_REMOVE(&iscsi->waitpdu, pdu);
|
||||
/* If an error happened during connect/login, we dont want to
|
||||
/* If an error happened during connect/login, we don't want to
|
||||
call any of the callbacks.
|
||||
*/
|
||||
if (iscsi->is_loggedin) {
|
||||
|
||||
Reference in New Issue
Block a user