diff options
author | Stefan Weil <sw@weilnetz.de> | 2014-02-21 20:52:39 +0100 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2014-03-02 17:12:51 +0400 |
commit | c5d3c49896582bb338e19149b23d3613510059fb (patch) | |
tree | 409f75093f9ce82519fb9610c8a943d2338dca27 /tcg | |
parent | 55e7c29e46f845f503fda3e8cac3f5e0e8b3d984 (diff) |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |