diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-05-08 22:51:41 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-05-08 22:51:41 +0000 |
commit | 85028e4db6b92b9b2f0282971efdb0a0144bfcd3 (patch) | |
tree | 341b8e8db15f327df47555f6d4e21164127aa3fb /cpu-all.h | |
parent | Correct the number of PXA255 GPIO lines. Reuse the PXA timers struct for PXA... (diff) | |
download | qemu-kvm-85028e4db6b92b9b2f0282971efdb0a0144bfcd3.tar.gz qemu-kvm-85028e4db6b92b9b2f0282971efdb0a0144bfcd3.tar.bz2 qemu-kvm-85028e4db6b92b9b2f0282971efdb0a0144bfcd3.zip |
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.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |