File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments