Skip to content

Commit

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

Fix typo in TLS Model in Unstable Book
  • Loading branch information
Dylan-DPC authored Aug 29, 2020
2 parents 5511e73 + 1831f65 commit fe43918
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 fe43918

Please sign in to comment.