diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-06-30 17:22:19 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-06-30 17:22:19 +0000 |
commit | bf20dc076b30e474635679e167c3ac04b656bb63 (patch) | |
tree | 1674ae594e1150a81b6d54a553529b82b3144e5d /gen-icount.h | |
parent | Move CPU save/load registration to common code. (diff) | |
download | qemu-kvm-bf20dc076b30e474635679e167c3ac04b656bb63.tar.gz qemu-kvm-bf20dc076b30e474635679e167c3ac04b656bb63.tar.bz2 qemu-kvm-bf20dc076b30e474635679e167c3ac04b656bb63.zip |
Spelling fixes, spotted by Stuart Brady.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4809 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'gen-icount.h')
-rw-r--r-- | gen-icount.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gen-icount.h b/gen-icount.h index 172b2bc7d..61545f157 100644 --- a/gen-icount.h +++ b/gen-icount.h @@ -1,4 +1,4 @@ -/* Helpewrs for instruction counting code genration. */ +/* Helpers for instruction counting code generation. */ static TCGArg *icount_arg; static int icount_label; |