mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
Spelling fixes, by Stefan Weil.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2790 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
3bdd58a4df
commit
85028e4db6
2 changed files with 6 additions and 5 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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue