Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
kubo39 committed Jan 30, 2020
1 parent 9ed29b6 commit 50ed6cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/sys/unix/thread.rs
Expand Up @@ -426,7 +426,7 @@ pub mod guard {
}

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

0 comments on commit 50ed6cb

Please sign in to comment.