about summary refs log tree commit diff
path: root/src/librustc_codegen_utils
diff options
context:
space:
mode:
authorPietro Albini <pietro@pietroalbini.org>2018-11-15 11:04:42 +0100
committerGitHub <noreply@github.com>2018-11-15 11:04:42 +0100
commit66fcb3ceb2700ce0d05862305c56097a41f0e69f (patch)
tree5cecff9465133e71511b7be14ffd0c627a85573e /src/librustc_codegen_utils
parentfb4553299ca2717e6c106cd6db36b7dc6c959aac (diff)
parent4e35cbb22eceac145a6f794cde869b3684e0b1d5 (diff)
downloadrust-66fcb3ceb2700ce0d05862305c56097a41f0e69f.tar.gz
rust-66fcb3ceb2700ce0d05862305c56097a41f0e69f.zip
Rollup merge of #55901 - euclio:speling, r=petrochenkov
fix various typos in doc comments
Diffstat (limited to 'src/librustc_codegen_utils')
-rw-r--r--src/librustc_codegen_utils/symbol_names.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_codegen_utils/symbol_names.rs b/src/librustc_codegen_utils/symbol_names.rs
index 0d95b0c7bbc..f8593363bb1 100644
--- a/src/librustc_codegen_utils/symbol_names.rs
+++ b/src/librustc_codegen_utils/symbol_names.rs
@@ -79,7 +79,7 @@
 //! - In order to be able to also use symbols from two versions of the same
 //!   crate (which naturally also have the same name), a stronger measure is
 //!   required: The compiler accepts an arbitrary "disambiguator" value via the
-//!   `-C metadata` commandline argument. This disambiguator is then fed into
+//!   `-C metadata` command-line argument. This disambiguator is then fed into
 //!   the symbol hash of every exported item. Consequently, the symbols in two
 //!   identical crates but with different disambiguators are not in conflict
 //!   with each other. This facility is mainly intended to be used by build