File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments