VirtualBox

Changeset 64532 in vbox for trunk


Ignore:
Timestamp:
Nov 3, 2016 2:02:39 PM (8 years ago)
Author:
vboxsync
Message:

more typos

Location:
trunk/src/VBox
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Debugger/DBGPlugInFreeBsd.cpp

    r64382 r64532  
    130130     * set during probing. */
    131131    DBGFADDRESS     AddrKernelElfStart;
    132     /** Address of the the interpreter content aka "/red/herring". */
     132    /** Address of the interpreter content aka "/red/herring". */
    133133    DBGFADDRESS     AddrKernelInterp;
    134134    /** Address of the start of the text section. */
  • trunk/src/VBox/Devices/Audio/AudioMixer.cpp

    r64348 r64532  
    524524 * @param   pCfg                Audio stream configuration to use.
    525525 * @param   fFlags              Stream creation flags. Currently unused, set to 0.
    526  * @param   ppStream            Pointer which receives the the newly created audio stream.
     526 * @param   ppStream            Pointer which receives the newly created audio stream.
    527527 */
    528528int AudioMixerSinkCreateStream(PAUDMIXSINK pSink,
  • trunk/src/VBox/Disassembler/DisasmCore.cpp

    r63567 r64532  
    28492849 * @param   fFilter         The instruction filter settings.
    28502850 * @param   pfnReadBytes    The byte reader, can be NULL.
    2851  * @param   pvUser          The the user data for the reader.
     2851 * @param   pvUser          The user data for the reader.
    28522852 */
    28532853DECL_FORCE_INLINE(PCDISOPCODE)
  • trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedMain-win.cpp

    r64189 r64532  
    142142    int                     rc;
    143143    /** Used for shutting up load and error messages after a while so they don't
    144      * flood the the log file and fill up the disk. */
     144     * flood the log file and fill up the disk. */
    145145    uint32_t volatile       cHits;
    146146    /** The validation flags (for WinVerifyTrust retry). */
  • trunk/src/VBox/HostDrivers/Support/win/VBoxSupLib-win.cpp

    r62677 r64532  
    3737 * The Dll main entry point.
    3838 * @remarks The dllexport is for forcing the linker to generate an import
    39  *          library, so the the build system doesn't get confused.
     39 *          library, so the build system doesn't get confused.
    4040 */
    4141extern "C" __declspec(dllexport)
  • trunk/src/VBox/Main/idl/VirtualBox.xidl

    r63136 r64532  
    1487314873        will return an error (unless explicitly stated otherwise). That
    1487414874        includes an attempt to start a virtual machine that wants to
    14875         write to the the medium.
     14875        write to the medium.
    1487614876
    1487714877        When the virtual machine is started up, it locks for reading all
  • trunk/src/VBox/Main/src-client/GuestProcessImpl.cpp

    r63248 r64532  
    22552255        if (RT_SUCCESS(vrc))
    22562256            return vrc;
    2257         /* else do the the waiting below. */
     2257        /* else do the waiting below. */
    22582258    }
    22592259
  • trunk/src/VBox/Storage/testcase/VDScriptInterp.cpp

    r63567 r64532  
    369369        vdScriptStackPush(&pThis->StackCtrl);
    370370
    371         /* Push the conditional first and the the initializer .*/
     371        /* Push the conditional first and the initializer .*/
    372372        rc = vdScriptInterpreterPushAstEntry(pThis, &pStmt->For.pExprCond->Core);
    373373        if (RT_SUCCESS(rc))
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