misc: New spelling fixes in comments

compatiblity -> compatibility
continously -> continuously
existance -> existence
usefull -> useful
shoudl -> should

Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
Stefan Weil 2013-10-10 20:53:40 +02:00 committed by Michael Tokarev
parent 2b170effc7
commit 73f395fa88
4 changed files with 5 additions and 5 deletions

View file

@ -18,7 +18,7 @@ LeakyBucket bkt;
ThrottleConfig cfg;
ThrottleState ts;
/* usefull function */
/* useful function */
static bool double_cmp(double x, double y)
{
return fabsl(x - y) < 1e-6;
@ -320,7 +320,7 @@ static void test_have_timer(void)
/* zero the structure */
memset(&ts, 0, sizeof(ts));
/* no timer set shoudl return false */
/* no timer set should return false */
g_assert(!throttle_have_timer(&ts));
/* init the structure */