summaryrefslogtreecommitdiff
path: root/tcg
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2014-02-21 20:52:39 +0100
committerMichael Tokarev <mjt@tls.msk.ru>2014-03-02 17:12:51 +0400
commitc5d3c49896582bb338e19149b23d3613510059fb (patch)
tree409f75093f9ce82519fb9610c8a943d2338dca27 /tcg
parent55e7c29e46f845f503fda3e8cac3f5e0e8b3d984 (diff)
downloadqemu-c5d3c49896582bb338e19149b23d3613510059fb.tar.gz
tcg: Fix typo in comment (dependancies -> dependencies)
Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'tcg')
-rw-r--r--tcg/tcg.c2
1 files changed, 1 insertions, 1 deletions
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