From 5154cbcf5a9217458978a05e8992ed50b5d4deae Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Mon, 22 Dec 2014 12:33:37 +0000 Subject: [PATCH] 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 --- scst/src/dev_handlers/scst_user.c | 2 +- scst/src/scst_main.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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. */