diff --git a/scst/src/dev_handlers/scst_user.c b/scst/src/dev_handlers/scst_user.c index d16ee199a..907f0032c 100644 --- a/scst/src/dev_handlers/scst_user.c +++ b/scst/src/dev_handlers/scst_user.c @@ -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 diff --git a/scst/src/scst_main.c b/scst/src/scst_main.c index 14fa55849..454c4b3f4 100644 --- a/scst/src/scst_main.c +++ b/scst/src/scst_main.c @@ -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. */