about summary refs log tree commit diff
path: root/compiler/rustc_target/src
diff options
context:
space:
mode:
authorAndré Vennberg <andre.vennberg@gmail.com>2023-01-14 18:23:40 +0100
committerAndré Vennberg <andre.vennberg@gmail.com>2023-01-14 18:23:40 +0100
commit0e65003c9e0ea97d7fcfbdb01cca181558b5fa15 (patch)
tree262e5df655d9c8cded61fa29244a3d5e936c9651 /compiler/rustc_target/src
parentda3623abab0bb548b539a8a61ba5b813f5395db8 (diff)
downloadrust-0e65003c9e0ea97d7fcfbdb01cca181558b5fa15.tar.gz
rust-0e65003c9e0ea97d7fcfbdb01cca181558b5fa15.zip
Fix some missed double spaces.
Diffstat (limited to 'compiler/rustc_target/src')
-rw-r--r--compiler/rustc_target/src/asm/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_target/src/asm/mod.rs b/compiler/rustc_target/src/asm/mod.rs
index 7f01f33d39c..70cd883be09 100644
--- a/compiler/rustc_target/src/asm/mod.rs
+++ b/compiler/rustc_target/src/asm/mod.rs
@@ -462,7 +462,7 @@ impl InlineAsmRegClass {
     }
 
     /// Returns a suggested template modifier to use for this type and an
-    /// example of a  register named formatted with it.
+    /// example of a register named formatted with it.
     ///
     /// Such suggestions are useful if a type smaller than the full register
     /// size is used and a modifier can be used to point to the subregister of