Skip to content

Commit 5844bf7

Browse files
Update comment
Signed-off-by: Mikhail R. Gadelha <[email protected]>
1 parent bad2a60 commit 5844bf7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libc/src/__support/threads/linux/barrier.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ static_assert(sizeof(Barrier) <= sizeof(pthread_barrier_t),
4141
"internal barrier type.");
4242

4343
static_assert(alignof(Barrier) <= alignof(pthread_barrier_t),
44-
"The public pthread_barrier_t type has a different alignment "
45-
"than the internal barrier type.");
44+
"The public pthread_barrier_t type has insufficient alignment "
45+
"for the internal barrier type.");
4646

4747
static_assert(sizeof(CndVar) <= 24,
4848
"CndVar size exceeds the size in __barrier_type.h");

0 commit comments

Comments
 (0)