diff options
author | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-06-29 10:43:16 +0000 |
---|---|---|
committer | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-06-29 10:43:16 +0000 |
commit | dd5d6fe913b458463aecb3abd6dca049e5d5b0c6 (patch) | |
tree | 6c183ebf436f7773189cfe28717a099632a08f7e /vl.c | |
parent | 2e70f6efa8b960d3b5401373ad6fa98747bb9578 (diff) | |
download | qemu-dd5d6fe913b458463aecb3abd6dca049e5d5b0c6.tar.gz qemu-dd5d6fe913b458463aecb3abd6dca049e5d5b0c6.tar.bz2 qemu-dd5d6fe913b458463aecb3abd6dca049e5d5b0c6.zip |
Add missing file. Fix spelling errors.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4800 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'vl.c')
-rw-r--r-- | vl.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7446,7 +7446,7 @@ static void help(int exitcode) " To see what timers are available use -clock ?\n" "-startdate select initial date of the clock\n" "-icount [N|auto]\n" - " Enable virtual instruction counter with 2^N clock ticks per instructon\n" + " Enable virtual instruction counter with 2^N clock ticks per instruction\n" "\n" "During emulation, the following keys are useful:\n" "ctrl-alt-f toggle full screen\n" |