]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #75892 - ArekPiekarz:unstable_book_tls_model_typo, r=petrochenkov
authorDylan DPC <dylan.dpc@gmail.com>
Sat, 29 Aug 2020 23:43:46 +0000 (01:43 +0200)
committerGitHub <noreply@github.com>
Sat, 29 Aug 2020 23:43:46 +0000 (01:43 +0200)
Fix typo in TLS Model in Unstable Book

src/doc/unstable-book/src/compiler-flags/tls-model.md

index 0aefaa7fb01773794d5ca522ab18952ea8bc79cb..cd625f3fd096cf2f692daf11ccd902433fb593a5 100644 (file)
@@ -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.