about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorMaybe Waffle <waffle.lapkin@gmail.com>2022-11-16 20:34:16 +0000
committerMaybe Waffle <waffle.lapkin@gmail.com>2023-01-17 08:09:33 +0000
commit49a9438681639ad9ca30bc2f69a4fd231cd35e09 (patch)
treeb0d365c8c17b96e09acfeafa735fd74aef997f3f /src
parent4e47bd0464ce119a903e95b2dc20260258776d8e (diff)
downloadrust-49a9438681639ad9ca30bc2f69a4fd231cd35e09.tar.gz
rust-49a9438681639ad9ca30bc2f69a4fd231cd35e09.zip
Remove double spaces after dots in comments
Diffstat (limited to 'src')
-rw-r--r--src/constant.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/constant.rs b/src/constant.rs
index dee6fb5b513..51450897bfc 100644
--- a/src/constant.rs
+++ b/src/constant.rs
@@ -304,7 +304,7 @@ fn data_id_for_static(
 
         // Comment copied from https://github.com/rust-lang/rust/blob/45060c2a66dfd667f88bd8b94261b28a58d85bd5/src/librustc_codegen_llvm/consts.rs#L141
         // Declare an internal global `extern_with_linkage_foo` which
-        // is initialized with the address of `foo`.  If `foo` is
+        // is initialized with the address of `foo`. If `foo` is
         // discarded during linking (for example, if `foo` has weak
         // linkage and there are no definitions), then
         // `extern_with_linkage_foo` will instead be initialized to