summaryrefslogtreecommitdiff
path: root/cpu-all.h
diff options
context:
space:
mode:
authorths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2007-05-08 22:51:41 +0000
committerths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2007-05-08 22:51:41 +0000
commit85028e4db6b92b9b2f0282971efdb0a0144bfcd3 (patch)
tree341b8e8db15f327df47555f6d4e21164127aa3fb /cpu-all.h
parent3bdd58a4dfaf284868e7b34f29ae74c60ad23ac9 (diff)
downloadqemu-85028e4db6b92b9b2f0282971efdb0a0144bfcd3.tar.gz
Spelling fixes, by Stefan Weil.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2790 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'cpu-all.h')
-rw-r--r--cpu-all.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpu-all.h b/cpu-all.h
index 920a0f7e9b..5f0a7e9894 100644
--- a/cpu-all.h
+++ b/cpu-all.h
@@ -1045,8 +1045,8 @@ static inline int64_t cpu_get_real_ticks(void)
#else
/* The host CPU doesn't have an easily accessible cycle counter.
- Just return a monotonically increasing vlue. This will be totally wrong,
- but hopefully better than nothing. */
+ Just return a monotonically increasing value. This will be
+ totally wrong, but hopefully better than nothing. */
static inline int64_t cpu_get_real_ticks (void)
{
static int64_t ticks = 0;