Skip to content

Commit 6ff030f

Browse files
author
vboxsync
committed
Comment typo.
git-svn-id: http://www.virtualbox.org/svn/vbox/trunk@47735 cfe28804-0f27-0410-a406-dd0f0b0b656f
1 parent c4e2747 commit 6ff030f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/iprt/file.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ RTDECL(int) RTFileQuerySize(const char *pszPath, uint64_t *pcbFile);
148148
#define RTFILE_O_NOT_CONTENT_INDEXED UINT32_C(0x00000800)
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. */
154154
#define RTFILE_O_TRUNCATE UINT32_C(0x00001000)
@@ -1254,7 +1254,7 @@ RTDECL(int) RTFileAioCtxCreate(PRTFILEAIOCTX phAioCtx, uint32_t cAioReqsMax,
12541254
#define RTFILEAIO_UNLIMITED_REQS UINT32_MAX
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)
12601260
/** mask of valid flags. */

0 commit comments

Comments
 (0)