From: Stefan Weil Date: Fri, 21 Feb 2014 19:52:39 +0000 (+0100) Subject: tcg: Fix typo in comment (dependancies -> dependencies) X-Git-Tag: Tizen_Studio_1.3_Release_p2.3.1~386^2~42^2~128^2~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c5d3c49896582bb338e19149b23d3613510059fb;p=sdk%2Femulator%2Fqemu.git tcg: Fix typo in comment (dependancies -> dependencies) Signed-off-by: Stefan Weil Signed-off-by: Michael Tokarev --- diff --git a/tcg/tcg.c b/tcg/tcg.c index ffc851e0c6..f1e0763432 100644 --- a/tcg/tcg.c +++ b/tcg/tcg.c @@ -41,7 +41,7 @@ #include "qemu/host-utils.h" #include "qemu/timer.h" -/* Note: the long term plan is to reduce the dependancies on the QEMU +/* Note: the long term plan is to reduce the dependencies on the QEMU CPU definitions. Currently they are used for qemu_ld/st instructions */ #define NO_CPU_IO_DEFS