From f75a4b04a6302bbbc2cb34e4ca83ce5ab246ae3f Mon Sep 17 00:00:00 2001 From: vasil Date: Wed, 25 Apr 2007 04:47:10 +0000 Subject: [PATCH] Fix typo in the comment. --- srv/srv0srv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srv/srv0srv.c b/srv/srv0srv.c index ca17ee0265e..29796a964d9 100644 --- a/srv/srv0srv.c +++ b/srv/srv0srv.c @@ -1027,7 +1027,7 @@ retry: if (!has_slept && !trx->has_search_latch && NULL == UT_LIST_GET_FIRST(trx->trx_locks)) { - has_slept = TRUE; /* We let is sleep only once to avoid + has_slept = TRUE; /* We let it sleep only once to avoid starvation */ srv_conc_n_waiting_threads++;