summary refs log tree commit diff stats
path: root/hw/input
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2014-06-13 20:42:57 +0200
committerMichael Tokarev <mjt@tls.msk.ru>2014-06-24 20:01:24 +0400
commit5d831be27289c244969cbe6a3b87cbc0b44b1532 (patch)
tree7760a1ec0069867e5c775836f706296987eb4d6f /hw/input
parent10358b6a1cc466a7d6e6d78364c972935634bdb7 (diff)
downloadfocaccia-qemu-5d831be27289c244969cbe6a3b87cbc0b44b1532.tar.gz
focaccia-qemu-5d831be27289c244969cbe6a3b87cbc0b44b1532.zip
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')
-rw-r--r--hw/input/hid.c2
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;