VirtualBox

Changeset 33540 in vbox for trunk/src/VBox/Main/glue


Ignore:
Timestamp:
Oct 28, 2010 9:27:05 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
67140
Message:

*: spelling fixes, thanks Timeless!

Location:
trunk/src/VBox/Main/glue
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/glue/AutoLock.cpp

    r28800 r33540  
    337337
    338338#ifdef VBOX_WITH_MAIN_LOCK_VALIDATION
    339     // information about where the lock occured (passed down from the AutoLock classes)
     339    // information about where the lock occurred (passed down from the AutoLock classes)
    340340    const char      *pcszFile;
    341341    unsigned        uLine;
     
    677677
    678678 /**
    679  * Returns the current write lock level of the managed smaphore. The lock
     679 * Returns the current write lock level of the managed semaphore. The lock
    680680 * level determines the number of nested #lock() calls on the given
    681681 * semaphore handle. Returns @c 0 if the managed semaphore is @c
  • trunk/src/VBox/Main/glue/initterm.cpp

    r28800 r33540  
    2828   * (i.e. dynamically picks up the existing XPCOM shared library installation).
    2929   * This is not the case for VirtualBox XPCOM clients (they are always
    30    * distrubuted with the self-built XPCOM library, and therefore have a binary
     30   * distributed with the self-built XPCOM library, and therefore have a binary
    3131   * dependency on it) but left here for clarity.
    3232   */
     
    259259    rc = CoInitializeEx(NULL, flags);
    260260
    261     /// @todo the below rough method of changing the aparment type doesn't
     261    /// @todo the below rough method of changing the apartment type doesn't
    262262    /// work on some systems for unknown reason (CoUninitialize() simply does
    263263    /// nothing there, or at least all 10 000 of subsequent CoInitializeEx()
Note: See TracChangeset for help on using the changeset viewer.

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