mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53:55 -06:00
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:
parent
2b170effc7
commit
73f395fa88
4 changed files with 5 additions and 5 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue