VirtualBox

Changeset 41783 in vbox for trunk/src/VBox/VMM/VMMRZ


Ignore:
Timestamp:
Jun 16, 2012 7:24:15 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
78601
Message:

Doxygen, comment typos.

Location:
trunk/src/VBox/VMM/VMMRZ
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMRZ/DBGFRZ.cpp

    r40449 r41783  
    3838 *          other codes are passed execution to host context.
    3939 *
    40  * @param   pVM         The VM handle.
     40 * @param   pVM         Pointer to the VM.
    4141 * @param   pVCpu       The virtual CPU handle.
    4242 * @param   pRegFrame   Pointer to the register frame for the trap.
     
    106106 *          other codes are passed execution to host context.
    107107 *
    108  * @param   pVM         The VM handle.
     108 * @param   pVM         Pointer to the VM.
    109109 * @param   pVCpu       The virtual CPU handle.
    110110 * @param   pRegFrame   Pointer to the register frame for the trap.
  • trunk/src/VBox/VMM/VMMRZ/PGMRZDynMap.cpp

    r41777 r41783  
    12531253 *
    12541254 * @returns VBox status code.
    1255  * @param   pVM                 The VM handle.
     1255 * @param   pVM                 Pointer to the VM.
    12561256 */
    12571257VMMRCDECL(int) PGMRCDynMapInit(PVM pVM)
     
    15551555
    15561556/**
    1557  * Assert the the integrity of the pool.
     1557 * Assert the integrity of the pool.
    15581558 *
    15591559 * @returns VBox status code.
     
    16871687#ifdef IN_RING0
    16881688/**
    1689  * Assert the the integrity of the pool.
     1689 * Assert the integrity of the pool.
    16901690 *
    16911691 * @returns VBox status code.
     
    16991699#ifdef IN_RC
    17001700/**
    1701  * Assert the the integrity of the pool.
     1701 * Assert the integrity of the pool.
    17021702 *
    17031703 * @returns VBox status code.
  • trunk/src/VBox/VMM/VMMRZ/VMMRZ.cpp

    r39402 r41783  
    3838 *
    3939 *
    40  * @param   pVM             The VM handle.
     40 * @param   pVM             Pointer to the VM.
    4141 * @param   pVCpu           The virtual CPU handle of the calling EMT.
    4242 * @param   enmOperation    The operation.
     
    100100 *          needs to change it into an assertion.
    101101 *
    102  * @param   pVM             The VM handle.
     102 * @param   pVM             Pointer to the VM.
    103103 * @param   enmOperation    The operation.
    104104 * @param   uArg            The argument to the operation.
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