We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ed29b6 commit 50ed6cbCopy full SHA for 50ed6cb
src/libstd/sys/unix/thread.rs
@@ -426,7 +426,7 @@ pub mod guard {
426
}
427
428
// glibc >= 2.15 has a __pthread_get_minstack() function that returns
429
-// PTHREAD_STACK_MIN plus however many bytes are needed for thread-local
+// PTHREAD_STACK_MIN plus how many bytes are needed for thread-local
430
// storage. We need that information to avoid blowing up when a small stack
431
// is created in an application with big thread-local storage requirements.
432
// See #6233 for rationale and details.
0 commit comments