VirtualBox

Changeset 96329 in vbox for trunk/include


Ignore:
Timestamp:
Aug 19, 2022 9:18:25 AM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
153143
Message:

IPRT/req: Docs typos.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/req.h

    r93115 r96329  
    151151 * @param   hQueue          The request queue.
    152152 * @param   ppReq           Where to store the pointer to the request.
    153  *                          This will be NULL or a valid request pointer not matter what happens.
     153 *                          This will be NULL or a valid request pointer no matter what happens.
    154154 * @param   cMillies        Number of milliseconds to wait for the request to
    155155 *                          be completed. Use RT_INDEFINITE_WAIT to only
     
    177177 * @param   hQueue          The request queue.
    178178 * @param   ppReq           Where to store the pointer to the request.
    179  *                          This will be NULL or a valid request pointer not matter what happens.
     179 *                          This will be NULL or a valid request pointer no matter what happens.
    180180 * @param   cMillies        Number of milliseconds to wait for the request to
    181181 *                          be completed. Use RT_INDEFINITE_WAIT to only
     
    205205 *                          when RTREQFLAGS_NO_WAIT is used.
    206206 *                          This variable will be set to NIL or a valid request
    207  *                          handle not matter what happens.
     207 *                          handle no matter what happens.
    208208 * @param   cMillies        Number of milliseconds to wait for the request to
    209209 *                          be completed. Use RT_INDEFINITE_WAIT to only
     
    234234 *                          when RTREQFLAGS_NO_WAIT is used.
    235235 *                          This variable will be set to NIL or a valid request
    236  *                          handle not matter what happens.
     236 *                          handle no matter what happens.
    237237 * @param   cMillies        Number of milliseconds to wait for the request to
    238238 *                          be completed. Use RT_INDEFINITE_WAIT to only
     
    457457 *                          when RTREQFLAGS_NO_WAIT is used.
    458458 *                          This variable will be set to NIL or a valid request
    459  *                          handle not matter what happens.
     459 *                          handle no matter what happens.
    460460 * @param   fFlags          A combination of RTREQFLAGS values.
    461461 * @param   pfnFunction     The function to be called.  Must be declared by a
     
    481481 *                          when RTREQFLAGS_NO_WAIT is used.
    482482 *                          This variable will be set to NIL or a valid request
    483  *                          handle not matter what happens.
     483 *                          handle no matter what happens.
    484484 * @param   fFlags          A combination of RTREQFLAGS values.
    485485 * @param   pfnFunction     The function to be called.  Must be declared by a
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