Source code comment spelling fix: loosing -> losing

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5949 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2014-12-22 12:33:37 +00:00
parent a1ffc737c0
commit 5154cbcf5a
2 changed files with 2 additions and 2 deletions

View File

@@ -1155,7 +1155,7 @@ static void dev_user_add_to_ready(struct scst_user_cmd *ucmd)
/*
* If we don't put such commands in the queue head, then under
* high load we might delay threads, waiting for memory
* allocations, for too long and start loosing NOPs, which
* allocations, for too long and start losing NOPs, which
* would lead to consider us by remote initiators as
* unresponsive and stuck => broken connections, etc. If none
* of our commands completed in NOP timeout to allow the head

View File

@@ -2571,7 +2571,7 @@ static int __init init_scst(void)
}
/*
* All mgmt stubs, UAs and sense buffers are bursty and loosing them
* All mgmt stubs, UAs and sense buffers are bursty and losing them
* may have fatal consequences, so let's have big pools for them.
*/