diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2013-03-18 17:20:07 +0000 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2013-03-22 13:25:07 +0100 |
commit | 085d813407453e498e05c37d988efba8c6f5af0a (patch) | |
tree | 3bc30c89ef521b114d59f11ed0fa8a2039faf53a /hw/sdhci.c | |
parent | a7b66fa7aefb8dce564f0fa665de7965d3007148 (diff) |
Fix typos and misspellings
Fix various typos and misspellings. The bulk of these were found with
codespell.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'hw/sdhci.c')
-rw-r--r-- | hw/sdhci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/sdhci.c b/hw/sdhci.c index 93feada049..4a29e6cf7f 100644 --- a/hw/sdhci.c +++ b/hw/sdhci.c @@ -763,7 +763,7 @@ static void sdhci_do_adma(SDHCIState *s) } } - /* we have unfinished bussiness - reschedule to continue ADMA */ + /* we have unfinished business - reschedule to continue ADMA */ qemu_mod_timer(s->transfer_timer, qemu_get_clock_ns(vm_clock) + SDHC_TRANSFER_DELAY); } |