Skip to content

Commit 1a209f2

Browse files
committed
rewrap the comment for better readability
1 parent ec4b091 commit 1a209f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

race/atomic-add.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ main(int argc, char **argv)
119119

120120
/*
121121
* And don't worry about overflows, we just look for races, not the
122-
* correct sum. With unsigned int (32 bits), we get the overflow for n
123-
* ~ 92k.
122+
* correct sum. With unsigned int (32 bits), we get the overflow
123+
* for n ~ 92k.
124124
*/
125125
pthread_create(&t1, NULL, count, (void *)&n1);
126126
pthread_create(&t2, NULL, count, (void *)&n2);

0 commit comments

Comments
 (0)