Skip to content

Commit

Permalink
Rollup merge of rust-lang#75892 - ArekPiekarz:unstable_book_tls_model…
Browse files Browse the repository at this point in the history
…_typo, r=petrochenkov

Fix typo in TLS Model in Unstable Book
  • Loading branch information
Dylan-DPC authored Aug 27, 2020
2 parents a94bff8 + 1831f65 commit eb5ff67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/unstable-book/src/compiler-flags/tls-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ The TLS data must not be in a library loaded after startup (via `dlopen`).
but not in a shared library, and is accessed only from that executable.

`rustc` and LLVM may use a more optimized model than specified if they know that we are producing
and executable rather than a library, or that the `static` item is private enough.
an executable rather than a library, or that the `static` item is private enough.

0 comments on commit eb5ff67

Please sign in to comment.