VirtualBox

Changeset 14313 in vbox


Ignore:
Timestamp:
Nov 18, 2008 4:09:21 PM (16 years ago)
Author:
vboxsync
Message:

Reduce a few cases of words doubled.

Location:
trunk/src/VBox/Main
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/ConsoleImpl.cpp

    r14000 r14313  
    33963396//  check for the Enabled state and disable virtual USB controller??
    33973397//  Anyway, if we want to query the machine's USB Controller we need to cache
    3398 //  it to to mUSBController in #init() (as it is done with mDVDDrive).
     3398//  it to mUSBController in #init() (as it is done with mDVDDrive).
    33993399//
    34003400//  bird: While the VM supports hot-plugging, I doubt any guest can handle it at this time... :-)
  • trunk/src/VBox/Main/MachineImpl.cpp

    r14290 r14313  
    606606 *  AutoUninitSpan waiting for a number of calls to drop to zero or b) due to
    607607 *  a dead-lock caused by this thread waiting for all callers on the other
    608  *  threads are are done but preventing them from doing so by holding a lock.
     608 *  threads are done but preventing them from doing so by holding a lock.
    609609 */
    610610void Machine::uninit()
     
    18801880                return setError (E_FAIL,
    18811881                    tr ("Invalid IDE device slot: %l (must be in range "
    1882                         "[0, 1] for for channel 0)"),
     1882                        "[0, 1] for channel 0)"),
    18831883                    aDevice);
    18841884        }
     
    58425842    HRESULT rc = S_OK;
    58435843
    5844     /* First, prepare to save settings. It will will care about renaming the
     5844    /* First, prepare to save settings. It will care about renaming the
    58455845     * settings directory and file if the machine name was changed and about
    58465846     * creating a new settings file if this is a new machine. */
     
    68056805        if (!aOnline)
    68066806        {
    6807             /* lock all attached hard disks early to to detect "in use"
     6807            /* lock all attached hard disks early to detect "in use"
    68086808             * situations before creating actual diffs */
    68096809            for (HDData::AttachmentList::const_iterator
     
    79777977     *  etc). However, it's also possible, that the client releases the IPC
    79787978     *  semaphore correctly (i.e. before it releases the VirtualBox reference),
    7979      *  but but the VirtualBox release event comes first to the server process.
     7979     *  but the VirtualBox release event comes first to the server process.
    79807980     *  This case is practically possible, so we should not assert on an
    79817981     *  unexpected uninit, just log a warning.
  • trunk/src/VBox/Main/VirtualBoxImpl.cpp

    r14272 r14313  
    37243724 *                          access or validation errors.
    37253725 * @param aAddDefaults      @c true to cause the substitution of default
    3726  *                          values for for missing attributes that have
     3726 *                          values for missing attributes that have
    37273727 *                          defaults in the XML schema.
    37283728 * @param aFormatVersion    Where to store the current format version of the
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