diff options
author | Stefan Weil <sw@weilnetz.de> | 2014-06-13 20:42:57 +0200 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2014-06-24 20:01:24 +0400 |
commit | 5d831be27289c244969cbe6a3b87cbc0b44b1532 (patch) | |
tree | 7760a1ec0069867e5c775836f706296987eb4d6f /hw/input/hid.c | |
parent | 10358b6a1cc466a7d6e6d78364c972935634bdb7 (diff) |
Fix new typos (found by codespell)
* accomodate -> accommodate
* aquiring -> acquiring
* beacuse -> because
* loosing -> losing
* prefering -> preferring
* threshhold -> threshold
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'hw/input/hid.c')
-rw-r--r-- | hw/input/hid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/input/hid.c b/hw/input/hid.c index 295bdab652..9656e90c59 100644 --- a/hw/input/hid.c +++ b/hw/input/hid.c @@ -164,7 +164,7 @@ static void hid_pointer_sync(DeviceState *dev) if (hs->n == QUEUE_LENGTH-1) { /* - * Queue full. We are loosing information, but we at least + * Queue full. We are losing information, but we at least * keep track of most recent button state. */ return; |