diff options
author | Stefan Weil <sw@weilnetz.de> | 2012-02-26 18:46:12 +0100 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> | 2012-03-08 15:22:11 +0000 |
commit | 93148aa5c341810b0ecefdbe4e760fddb38d9085 (patch) | |
tree | 2bfed99d4c80f25b3b252c7fd81801775786141f /hw/exynos4210_mct.c | |
parent | 0ea5c0cdb0d87b5848cbe749598716bc62fd334a (diff) | |
download | qemu-93148aa5c341810b0ecefdbe4e760fddb38d9085.tar.gz qemu-93148aa5c341810b0ecefdbe4e760fddb38d9085.tar.bz2 qemu-93148aa5c341810b0ecefdbe4e760fddb38d9085.zip |
Spelling fixes in comments (it's -> its)
* it's -> its (fixed for all files)
* dont -> don't (only fixed in a line which was touched by the previous fix)
* distrub -> disturb (fixed in the same line)
Reviewed-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Diffstat (limited to 'hw/exynos4210_mct.c')
-rw-r--r-- | hw/exynos4210_mct.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/exynos4210_mct.c b/hw/exynos4210_mct.c index 01e3fb8a3b..7474fcf802 100644 --- a/hw/exynos4210_mct.c +++ b/hw/exynos4210_mct.c @@ -888,7 +888,7 @@ static void exynos4210_ltick_event(void *opaque) static uint64_t time2[2] = {0}; #endif - /* Call tick_timer event handler, it will update it's tcntb and icntb */ + /* Call tick_timer event handler, it will update its tcntb and icntb. */ exynos4210_ltick_timer_event(&s->tick_timer); /* get tick_timer cnt */ |