Skip to content

Commit c725762

Browse files
committed
not used at → used outside
* private.h (static_assert): Improve comment.
1 parent faed4bd commit c725762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

private.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
#endif
8484

8585
/* For pre-C23 compilers, a substitute for static_assert.
86-
Some of these compilers may warn if it is not used at the top level. */
86+
Some of these compilers may warn if it is used outside the top level. */
8787
#if __STDC_VERSION__ < 202311 && !defined static_assert
8888
# define static_assert(cond) extern int static_assert_check[(cond) ? 1 : -1]
8989
#endif

0 commit comments

Comments
 (0)