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/Main/DisplayImpl.cpp

    r33365 r33540  
    10921092     * Here update rectangles are accumulated to form an update area.
    10931093     * @todo
    1094      * Now the simpliest method is used which builds one rectangle that
     1094     * Now the simplest method is used which builds one rectangle that
    10951095     * includes all update areas. A bit more advanced method can be
    10961096     * employed here. The method should be fast however.
     
    16311631    if (cbRecord)
    16321632    {
    1633         /* The size of largest contiguos chunk in the ring biffer. */
     1633        /* The size of largest contiguous chunk in the ring biffer. */
    16341634        uint32_t u32BytesTillBoundary = VBVA_RING_BUFFER_SIZE - mpVbvaMemory->off32Data;
    16351635
     
    28452845     *  Sanity check. Note that this method may be called on EMT after Console
    28462846     *  has started the power down procedure (but before our #drvDestruct() is
    2847      *  called, in which case pVM will aleady be NULL but mpDrv will not). Since
     2847     *  called, in which case pVM will already be NULL but mpDrv will not). Since
    28482848     *  we don't really need pVM to proceed, we avoid this check in the release
    28492849     *  build to save some ms (necessary to construct SafeVMPtrQuiet) in this
     
    35343534    }
    35353535
    3536     /* we are here because something went wrong with command prosessing, complete it */
     3536    /* we are here because something went wrong with command processing, complete it */
    35373537    handleCrHgsmiCommandCompletion(rc, SHCRGL_HOST_FN_CRHGSMI_CMD, &parm);
    35383538}
     
    35603560    }
    35613561
    3562     /* we are here because something went wrong with command prosessing, complete it */
     3562    /* we are here because something went wrong with command processing, complete it */
    35633563    handleCrHgsmiControlCompletion(rc, SHCRGL_HOST_FN_CRHGSMI_CTL, &parm);
    35643564}
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