Skip to content

Commit b804278

Browse files
sergvhasufell
authored andcommitted
Fix typos
1 parent 90e7d70 commit b804278

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cbits/HsUnix.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ clock_t __hsunix_clocks_per_second (void) {return CLOCKS_PER_SEC;}
3636
* GNU glibc 2.23 and later deprecate `readdir_r` in favour of plain old
3737
* `readdir` which in some upcoming POSIX standard is going to required to be
3838
* re-entrant.
39-
* Eventually we want to drop `readder_r` all together, but want to be
39+
* Eventually we want to drop `readdir_r` all together, but want to be
4040
* compatible with older unixen which may not have a re-entrant `readdir`.
41-
* Solution is to make systems with *known* re-entrant `readir` use that and use
41+
* Solution is to make systems with *known* re-entrant `readdir` use that and use
4242
* `readdir_r` wherever we have it and don't *know* that `readdir` is
4343
* re-entrant.
4444
*/

0 commit comments

Comments
 (0)