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/recompiler/VBoxRecompiler.c

    r33123 r33540  
    766766
    767767    /*
    768      * Stop ignoring ignornable notifications.
     768     * Stop ignoring ignorable notifications.
    769769     */
    770770    ASMAtomicDecU32(&pVM->rem.s.cIgnoreAll);
     
    12961296     * or 32 bits protected mode ring 0 code
    12971297     *
    1298      * The tests are ordered by the likelyhood of being true during normal execution.
     1298     * The tests are ordered by the likelihood of being true during normal execution.
    12991299     */
    13001300    if (fFlags & (HF_TF_MASK | HF_INHIBIT_IRQ_MASK))
     
    16941694
    16951695/**
    1696  * Record trap occurance
     1696 * Record trap occurrence
    16971697 *
    16981698 * @returns VBox status code
     
    17931793 * @remark  The caller has to check for important FFs before calling REMR3Run. REMR3State will
    17941794 *          no do this since the majority of the callers don't want any unnecessary of events
    1795  *          pending that would immediatly interrupt execution.
     1795 *          pending that would immediately interrupt execution.
    17961796 */
    17971797REMR3DECL(int)  REMR3State(PVM pVM, PVMCPU pVCpu)
     
    37903790                DISAS_PRINTF("disas error\n");
    37913791                cbInstr = 1;
    3792 #ifdef RT_ARCH_AMD64 /** @todo remove when DISInstr starts supporing 64-bit code. */
     3792#ifdef RT_ARCH_AMD64 /** @todo remove when DISInstr starts supporting 64-bit code. */
    37933793                break;
    37943794#endif
     
    39713971 * @param   pVCpuDst        The target cpu for this notification.
    39723972 *                          TM will not broadcast pending timer events, but use
    3973  *                          a decidated EMT for them. So, only interrupt REM
     3973 *                          a dedicated EMT for them. So, only interrupt REM
    39743974 *                          execution if the given CPU is executing in REM.
    39753975 * @thread  Any.
     
    44994499 *
    45004500 * @param   rc      VBox error code.
    4501  * @param   pszTip  Hint about why/when this happend.
     4501 * @param   pszTip  Hint about why/when this happened.
    45024502 */
    45034503void remAbort(int rc, const char *pszTip)
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