VirtualBox

Changeset 33540 in vbox for trunk/src/VBox/Runtime/r3/win


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/Runtime/r3/win
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/win/RTSystemQueryDmiString-win.cpp

    r30013 r33540  
    162162
    163163    /*
    164      * Before we do anything with COM, we have to initalize it.
     164     * Before we do anything with COM, we have to initialize it.
    165165     */
    166166    HRESULT hrc = rtSystemDmiWinInitialize();
  • trunk/src/VBox/Runtime/r3/win/fileaio-win.cpp

    r32428 r33540  
    100100    /** Flag whether the request completed. */
    101101    bool                  fCompleted;
    102     /** Number of bytes transfered successfully. */
     102    /** Number of bytes transferred successfully. */
    103103    size_t                cbTransfered;
    104104    /** Error code of the completed request. */
  • trunk/src/VBox/Runtime/r3/win/fileio-win.cpp

    r28918 r33540  
    475475        if (MySetFilePointer(File, cbSize, NULL, FILE_BEGIN))
    476476        {
    477             /* file pointer setted */
     477            /* set file pointer */
    478478            if (SetEndOfFile((HANDLE)File))
    479479            {
     
    488488
    489489            /*
    490              * Failed, try restore file pointer.
     490             * Failed, try restoring the file pointer.
    491491             */
    492492            rc = GetLastError();
  • trunk/src/VBox/Runtime/r3/win/localipc-win.cpp

    r28800 r33540  
    411411                {
    412412                    /*
    413                      * We failed to create a new instance for the server, diconnect
     413                     * We failed to create a new instance for the server, disconnect
    414414                     * the client and fail. Don't try service the client here.
    415415                     */
  • trunk/src/VBox/Runtime/r3/win/pipe-win.cpp

    r33194 r33540  
    5151*   Defined Constants And Macros                                               *
    5252*******************************************************************************/
    53 /** The pipe buffer size we prefere. */
     53/** The pipe buffer size we prefer. */
    5454#define RTPIPE_NT_SIZE      _64K
    5555
     
    145145 * Wrapper for getting FILE_PIPE_LOCAL_INFORMATION via the NT API.
    146146 *
    147  * @returns Success inidicator (true/false).
     147 * @returns Success indicator (true/false).
    148148 * @param   pThis               The pipe.
    149149 * @param   pInfo               The info structure.
     
    584584
    585585            /*
    586              * Kick of a an overlapped read.  It should return immedately if
     586             * Kick of a an overlapped read.  It should return immediately if
    587587             * there is bytes in the buffer.  If not, we'll cancel it and see
    588588             * what we get back.
     
    656656            {
    657657                /*
    658                  * Kick of a an overlapped read.  It should return immedately if
     658                 * Kick of a an overlapped read.  It should return immediately if
    659659                 * there is bytes in the buffer.  If not, we'll cancel it and see
    660660                 * what we get back.
     
    740740
    741741                /* Adjust the number of bytes to write to fit into the current
    742                    buffer quota, unless we've promissed stuff in RTPipeSelectOne.
     742                   buffer quota, unless we've promised stuff in RTPipeSelectOne.
    743743                   WriteQuotaAvailable better not be zero when it shouldn't!! */
    744744                FILE_PIPE_LOCAL_INFORMATION Info;
     
    11491149 * @param   hPipe               The pipe handle.
    11501150 * @param   fEvents             The events we're polling for.
    1151  * @param   ph                  wher to put the primary handle.
     1151 * @param   ph                  where to put the primary handle.
    11521152 */
    11531153int rtPipePollGetHandle(RTPIPE hPipe, uint32_t fEvents, PHANDLE ph)
  • trunk/src/VBox/Runtime/r3/win/process-win.cpp

    r33491 r33540  
    348348    if (dwErr != NO_ERROR)
    349349        return RTErrConvertFromWin32(dwErr);
    350     return VERR_NOT_FOUND; /* No error occured, but we didn't find the right process. */
     350    return VERR_NOT_FOUND; /* No error occurred, but we didn't find the right process. */
    351351}
    352352
     
    527527
    528528/**
    529  * Logs off a user, specified by the given tokken.
     529 * Logs off a user, specified by the given token.
    530530 *
    531531 * @param   hToken      The token (=user) to log off.
     
    741741         *   physical console or terminal services).
    742742         * - If we found the user's Explorer/VBoxTray app, use and modify the token to
    743          *   use it in order to allow the newly started process acess the user's
     743         *   use it in order to allow the newly started process to access the user's
    744744         *   desktop. If there's no Explorer/VBoxTray app we cannot display the started
    745745         *   process (but run it without UI).
  • trunk/src/VBox/Runtime/r3/win/semevent-win.cpp

    r33269 r33540  
    11/* $Id$ */
    22/** @file
    3  * IPRT - Event Sempahore, Windows.
     3 * IPRT - Event Semaphore, Windows.
    44 */
    55
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