about summary refs log tree commit diff
path: root/compiler/rustc_target/src
diff options
context:
space:
mode:
authorYuri Astrakhan <YuriAstrakhan@gmail.com>2022-03-30 17:28:19 -0400
committerYuri Astrakhan <YuriAstrakhan@gmail.com>2022-03-30 17:28:19 -0400
commit8d7b124c1f8d3ed8784b5c1a092c5d8016f6935a (patch)
treec28308133ddc8ad5141c8f2fb30ef99a5284ca8f /compiler/rustc_target/src
parenta6dd6582540ad20e385bcf8326968aa94f33694b (diff)
downloadrust-8d7b124c1f8d3ed8784b5c1a092c5d8016f6935a.tar.gz
rust-8d7b124c1f8d3ed8784b5c1a092c5d8016f6935a.zip
a few mode feedback fixes per @bjorn3
Diffstat (limited to 'compiler/rustc_target/src')
-rw-r--r--compiler/rustc_target/src/spec/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_target/src/spec/mod.rs b/compiler/rustc_target/src/spec/mod.rs
index 61e234251ec..4953dafe89b 100644
--- a/compiler/rustc_target/src/spec/mod.rs
+++ b/compiler/rustc_target/src/spec/mod.rs
@@ -1255,7 +1255,7 @@ pub struct TargetOptions {
     /// handling COFF object files with more than 2<sup>15</sup> sections. Since each weak
     /// symbol needs its own COMDAT section, weak linkage implies a large
     /// number sections that easily exceeds the given limit for larger
-    /// codebase. Consequently we want a way to disallow weak linkage on some
+    /// codebases. Consequently we want a way to disallow weak linkage on some
     /// platforms.
     pub allows_weak_linkage: bool,
     /// Whether the linker support rpaths or not. Defaults to false.