summaryrefslogtreecommitdiff
path: root/compiler/rustc_abi
diff options
context:
space:
mode:
authorAndré Vennberg <andre.vennberg@gmail.com>2023-01-14 17:34:59 +0100
committerAndré Vennberg <andre.vennberg@gmail.com>2023-01-14 17:34:59 +0100
commitda3623abab0bb548b539a8a61ba5b813f5395db8 (patch)
tree6c682248d65f6e27b11861b691384b17cf374a7d /compiler/rustc_abi
parent44a500c8c187b245638684748f54bd6ec67e0b25 (diff)
downloadrust-da3623abab0bb548b539a8a61ba5b813f5395db8.tar.gz
Removed various double spaces in compiler source comments.
Diffstat (limited to 'compiler/rustc_abi')
-rw-r--r--compiler/rustc_abi/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_abi/src/lib.rs b/compiler/rustc_abi/src/lib.rs
index 4582d3c6bad..b48654d1ac3 100644
--- a/compiler/rustc_abi/src/lib.rs
+++ b/compiler/rustc_abi/src/lib.rs
@@ -1100,7 +1100,7 @@ pub enum FieldsShape {
/// named `inverse_memory_index`.
///
// FIXME(eddyb) build a better abstraction for permutations, if possible.
- // FIXME(camlorn) also consider small vector optimization here.
+ // FIXME(camlorn) also consider small vector optimization here.
memory_index: Vec<u32>,
},
}