VirtualBox

Changeset 47735 in vbox


Ignore:
Timestamp:
Aug 14, 2013 3:32:58 PM (11 years ago)
Author:
vboxsync
Message:

Comment typo.

File:
1 edited

Legend:

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

    r46245 r47735  
    149149/** Truncate the file.
    150150 * @remarks This will not truncate files opened for read-only.
    151  * @remarks The trunction doesn't have to be atomically, so anyone else opening
     151 * @remarks The truncation doesn't have to be atomically, so anyone else opening
    152152 *          the file may be racing us. The caller is responsible for not causing
    153153 *          this race. */
     
    12551255
    12561256/** When set RTFileAioCtxWait() will always wait for completing requests,
    1257  * even when there is none waiting currently, instead of returning 
     1257 * even when there is none waiting currently, instead of returning
    12581258 * VERR_FILE_AIO_NO_REQUEST. */
    12591259#define RTFILEAIOCTX_FLAGS_WAIT_WITHOUT_PENDING_REQUESTS RT_BIT_32(0)
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