Skip to content

Commit a42a71d

Browse files
committed
SDL_ALIGNED: corrected documentation.
1 parent 67f9645 commit a42a71d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

include/SDL3/SDL_begin_code.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -312,9 +312,9 @@
312312
* something that respects this alignment, use SDL_aligned_alloc() or some
313313
* other mechanism.
314314
*
315-
* On compilers without alignment support, this macro is **not defined**, to
316-
* make it clear that the current compiler is likely to generate incorrect
317-
* code when it sees this macro.
315+
* On compilers without alignment support, this macro is defined to an
316+
* invalid symbol, to make it clear that the current compiler is likely to
317+
* generate incorrect code when it sees this macro.
318318
*
319319
* \param x the byte count to align to, so the data's address will be a
320320
* multiple of this value.

0 commit comments

Comments
 (0)