about summary refs log tree commit diff
path: root/src/bootstrap/lib.rs
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2018-02-10 12:22:57 +0100
committerMatthias Krüger <matthias.krueger@famsik.de>2018-02-10 12:22:57 +0100
commit7ee3e39f640a9532842e1441bf6bc98893b6a3ba (patch)
tree2c4ba1c3ee1d5abe8a5e1c68d8b29404f38474c5 /src/bootstrap/lib.rs
parent39abcc04139a0fd24422f422271849dc91e39a88 (diff)
downloadrust-7ee3e39f640a9532842e1441bf6bc98893b6a3ba.tar.gz
rust-7ee3e39f640a9532842e1441bf6bc98893b6a3ba.zip
fix typos in src/{bootstrap,ci,etc,lib{backtrace,core,fmt_macros}}
Diffstat (limited to 'src/bootstrap/lib.rs')
-rw-r--r--src/bootstrap/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/lib.rs b/src/bootstrap/lib.rs
index a84a6a8990b..83c270865c0 100644
--- a/src/bootstrap/lib.rs
+++ b/src/bootstrap/lib.rs
@@ -666,7 +666,7 @@ impl Build {
         }
     }
 
-    /// Returns the path to the linker for the given target if it needs to be overriden.
+    /// Returns the path to the linker for the given target if it needs to be overridden.
     fn linker(&self, target: Interned<String>) -> Option<&Path> {
         if let Some(linker) = self.config.target_config.get(&target)
                                                        .and_then(|c| c.linker.as_ref()) {