VirtualBox

Changeset 26994 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Mar 3, 2010 2:58:39 PM (15 years ago)
Author:
vboxsync
Message:

r0drv: comment typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/memobj-r0drv.cpp

    r26847 r26994  
    498498 * @param   fAccess         The desired access, a combination of RTMEM_PROT_READ
    499499 *                          and RTMEM_PROT_WRITE.
    500  * @param   R0Process       The process to lock pages in. NIL_R0PROCESS is an
     500 * @param   R0Process       The process to lock pages in. NIL_RTR0PROCESS is an
    501501 *                          alias for the current one.
    502502 *
     
    724724 * @param   uAlignment      The alignment of the reserved memory.
    725725 *                          Supported values are 0 (alias for PAGE_SIZE), PAGE_SIZE, _2M and _4M.
    726  * @param   R0Process       The process to reserve the memory in. NIL_R0PROCESS is an alias for the current one.
     726 * @param   R0Process       The process to reserve the memory in. NIL_RTR0PROCESS is an alias for the current one.
    727727 */
    728728RTR0DECL(int) RTR0MemObjReserveUser(PRTR0MEMOBJ pMemObj, RTR3PTR R3PtrFixed, size_t cb, size_t uAlignment, RTR0PROCESS R0Process)
     
    859859 *                          Supported values are 0 (alias for PAGE_SIZE), PAGE_SIZE, _2M and _4M.
    860860 * @param   fProt           Combination of RTMEM_PROT_* flags (except RTMEM_PROT_NONE).
    861  * @param   R0Process       The process to map the memory into. NIL_R0PROCESS is an alias for the current one.
     861 * @param   R0Process       The process to map the memory into. NIL_RTR0PROCESS is an alias for the current one.
    862862 */
    863863RTR0DECL(int) RTR0MemObjMapUser(PRTR0MEMOBJ pMemObj, RTR0MEMOBJ MemObjToMap, RTR3PTR R3PtrFixed, size_t uAlignment, unsigned fProt, RTR0PROCESS R0Process)
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