Skip to content

Commit 50ed6cb

Browse files
committed
Fix typo.
1 parent 9ed29b6 commit 50ed6cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/sys/unix/thread.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ pub mod guard {
426426
}
427427

428428
// glibc >= 2.15 has a __pthread_get_minstack() function that returns
429-
// PTHREAD_STACK_MIN plus however many bytes are needed for thread-local
429+
// PTHREAD_STACK_MIN plus how many bytes are needed for thread-local
430430
// storage. We need that information to avoid blowing up when a small stack
431431
// is created in an application with big thread-local storage requirements.
432432
// See #6233 for rationale and details.

0 commit comments

Comments
 (0)