VirtualBox

Changeset 33540 in vbox for trunk/include/iprt/req.h


Ignore:
Timestamp:
Oct 28, 2010 9:27:05 AM (14 years ago)
Author:
vboxsync
Message:

*: spelling fixes, thanks Timeless!

File:
1 edited

Legend:

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

    r28800 r33540  
    155155
    156156/**
    157  * Create a request packet queueu
     157 * Create a request packet queue
    158158 *
    159159 * @returns iprt status code.
     
    164164
    165165/**
    166  * Destroy a request packet queueu
     166 * Destroy a request packet queue
    167167 *
    168168 * @returns iprt status code.
     
    189189 *
    190190 * If it's desired to poll on the completion of the request set cMillies
    191  * to 0 and use RTReqWait() to check for completation. In the other case
     191 * to 0 and use RTReqWait() to check for completion. In the other case
    192192 * use RT_INDEFINITE_WAIT.
    193193 * The returned request packet must be freed using RTReqFree().
     
    199199 * @param   pQueue          The request queue.
    200200 * @param   ppReq           Where to store the pointer to the request.
    201  *                          This will be NULL or a valid request pointer not matter what happends.
     201 *                          This will be NULL or a valid request pointer not matter what happens.
    202202 * @param   cMillies        Number of milliseconds to wait for the request to
    203203 *                          be completed. Use RT_INDEFINITE_WAIT to only
     
    216216 *
    217217 * If it's desired to poll on the completion of the request set cMillies
    218  * to 0 and use RTReqWait() to check for completation. In the other case
     218 * to 0 and use RTReqWait() to check for completion. In the other case
    219219 * use RT_INDEFINITE_WAIT.
    220220 * The returned request packet must be freed using RTReqFree().
     
    226226 * @param   pQueue          The request queue.
    227227 * @param   ppReq           Where to store the pointer to the request.
    228  *                          This will be NULL or a valid request pointer not matter what happends.
     228 *                          This will be NULL or a valid request pointer not matter what happens.
    229229 * @param   cMillies        Number of milliseconds to wait for the request to
    230230 *                          be completed. Use RT_INDEFINITE_WAIT to only
     
    243243 *
    244244 * If it's desired to poll on the completion of the request set cMillies
    245  * to 0 and use RTReqWait() to check for completation. In the other case
     245 * to 0 and use RTReqWait() to check for completion. In the other case
    246246 * use RT_INDEFINITE_WAIT.
    247247 * The returned request packet must be freed using RTReqFree().
     
    253253 * @param   pQueue          The request queue.
    254254 * @param   ppReq           Where to store the pointer to the request.
    255  *                          This will be NULL or a valid request pointer not matter what happends, unless fFlags
     255 *                          This will be NULL or a valid request pointer not matter what happens, unless fFlags
    256256 *                          contains RTREQFLAGS_NO_WAIT when it will be optional and always NULL.
    257257 * @param   cMillies        Number of milliseconds to wait for the request to
     
    272272 *
    273273 * If it's desired to poll on the completion of the request set cMillies
    274  * to 0 and use RTReqWait() to check for completation. In the other case
     274 * to 0 and use RTReqWait() to check for completion. In the other case
    275275 * use RT_INDEFINITE_WAIT.
    276276 * The returned request packet must be freed using RTReqFree().
     
    282282 * @param   pQueue          The request queue.
    283283 * @param   ppReq           Where to store the pointer to the request.
    284  *                          This will be NULL or a valid request pointer not matter what happends, unless fFlags
     284 *                          This will be NULL or a valid request pointer not matter what happens, unless fFlags
    285285 *                          contains RTREQFLAGS_NO_WAIT when it will be optional and always NULL.
    286286 * @param   cMillies        Number of milliseconds to wait for the request to
     
    335335 * The quest must be allocated using RTReqAlloc() and contain
    336336 * all the required data.
    337  * If it's disired to poll on the completion of the request set cMillies
    338  * to 0 and use RTReqWait() to check for completation. In the other case
     337 * If it's desired to poll on the completion of the request set cMillies
     338 * to 0 and use RTReqWait() to check for completion. In the other case
    339339 * use RT_INDEFINITE_WAIT.
    340340 *
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