VirtualBox

Ignore:
Timestamp:
Oct 28, 2010 9:27:05 AM (14 years ago)
Author:
vboxsync
Message:

*: spelling fixes, thanks Timeless!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/TMAll.cpp

    r32796 r33540  
    406406
    407407/**
    408  * Worker for tmTimerPollInternal that handles misses when the decidate timer
     408 * Worker for tmTimerPollInternal that handles misses when the dedicated timer
    409409 * EMT is polling.
    410410 *
     
    550550    /*
    551551     * Check for TMCLOCK_VIRTUAL_SYNC expiration.
    552      * This isn't quite as stright forward if in a catch-up, not only do
     552     * This isn't quite as straight forward if in a catch-up, not only do
    553553     * we have to adjust the 'now' but when have to adjust the delta as well.
    554554     */
     
    11911191                     *              being run.
    11921192                     *        (99.9% sure this that the assertion is caused by DevAPIC.cpp
    1193                      *        re-starting the timer in respons to a initial_count write.) */
     1193                     *        re-starting the timer in response to a initial_count write.) */
    11941194                }
    11951195                /* fall thru */
     
    13371337 * @returns VBox status.
    13381338 * @param   pTimer          Timer handle as returned by one of the create functions.
    1339  * @param   cMilliesToNext  Number of millieseconds to the next tick.
     1339 * @param   cMilliesToNext  Number of milliseconds to the next tick.
    13401340 */
    13411341VMMDECL(int) TMTimerSetMillies(PTMTIMER pTimer, uint32_t cMilliesToNext)
     
    15961596
    15971597/**
    1598  * Get the freqency of the timer clock.
     1598 * Get the frequency of the timer clock.
    15991599 *
    16001600 * @returns Clock frequency (as Hz of course).
     
    16611661 * @param   pTimer          Timer handle as returned by one of the create functions.
    16621662 * @param   u64Ticks        The clock ticks.
    1663  * @remark  There could be rounding errors here. We just do a simple integere divide
     1663 * @remark  There could be rounding errors here. We just do a simple integer divide
    16641664 *          without any adjustments.
    16651665 */
     
    16901690 * @param   pTimer          Timer handle as returned by one of the create functions.
    16911691 * @param   u64Ticks        The clock ticks.
    1692  * @remark  There could be rounding errors here. We just do a simple integere divide
     1692 * @remark  There could be rounding errors here. We just do a simple integer divide
    16931693 *          without any adjustments.
    16941694 */
     
    17191719 * @param   pTimer          Timer handle as returned by one of the create functions.
    17201720 * @param   u64Ticks        The clock ticks.
    1721  * @remark  There could be rounding errors here. We just do a simple integere divide
     1721 * @remark  There could be rounding errors here. We just do a simple integer divide
    17221722 *          without any adjustments.
    17231723 */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette