VirtualBox

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/HostDrivers/Support/win
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/win/SUPLib-win.cpp

    r28800 r33540  
    473473{
    474474    /*
    475      * Check if we're initited at all.
     475     * Check if we're inited at all.
    476476     */
    477477    if (pThis->hDevice != NIL_RTFILE)
  • trunk/src/VBox/HostDrivers/Support/win/SUPR0IdcClient-win.c

    r28800 r33540  
    8282                                         Executive,         /* WaitReason */
    8383                                         KernelMode,        /* WaitMode */
    84                                          FALSE,             /* Altertable */
     84                                         FALSE,             /* Alertable */
    8585                                         NULL);             /* TimeOut */
    8686            rcNt = IoStatusBlock.Status;
  • trunk/src/VBox/HostDrivers/Support/win/SUPSvc-win.cpp

    r28854 r33540  
    111111 *          NULL on failure, will display an error message unless it's ignored.
    112112 *
    113  * @param   pszAction           The action which is requestion access to the service.
     113 * @param   pszAction           The action which is requesting access to the service.
    114114 * @param   dwSCMAccess         The service control manager access.
    115115 * @param   dwSVCAccess         The desired service access.
     
    446446 * @param   dwControl       The control code.
    447447 * @param   dwEventType     Event type. (specific to the control?)
    448  * @param   pvEventData     Event data, specfic to the event.
     448 * @param   pvEventData     Event data, specific to the event.
    449449 * @param   pvContext       The context pointer registered with the handler.
    450450 *                          Currently not used.
     
    573573                         *
    574574                         * The work loop is just a dummy wait here as the services run
    575                          * in independant threads.
     575                         * in independent threads.
    576576                         */
    577577                        if (supSvcWinSetServiceStatus(SERVICE_RUNNING, 0, 0))
     
    783783
    784784    /*
    785      * Parse the initial arguments to determin the desired action.
     785     * Parse the initial arguments to determine the desired action.
    786786     */
    787787    enum
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