Skip to content

Commit 568dce3

Browse files
committed
in process
1 parent 7af6906 commit 568dce3

3 files changed

Lines changed: 80 additions & 173 deletions

File tree

include/pal/pal_core.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ PAL_API const char* PAL_CALL palFormatResult(PalResult result);
325325
*
326326
* @return Pointer to allocated memory on success, or nullptr on failure.
327327
*
328-
* @note Thread safety: Thread safe only if the provided allocator is thread
328+
* Thread safety: Thread safe only if the provided allocator is thread
329329
* safe. The default allocator is thread safe.
330330
*
331331
* @since 1.0
@@ -345,7 +345,7 @@ PAL_API void* PAL_CALL palAllocate(
345345
* @param ptr Pointer to memory to free. If nullptr, the function returns
346346
* silently.
347347
*
348-
* @note Thread safety: Thread safe only if the provided allocator is thread
348+
* Thread safety: Thread safe only if the provided allocator is thread
349349
* safe. The default allocator is thread safe.
350350
*
351351
* @since 1.0

0 commit comments

Comments
 (0)