We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cabeeeb commit 6315254Copy full SHA for 6315254
src/type_of.rs
@@ -197,7 +197,7 @@ impl<'tcx> LayoutGccExt<'tcx> for TyAndLayout<'tcx> {
197
/// `[T]` becomes `T`, while `str` and `Trait` turn into `i8` - this
198
/// is useful for indexing slices, as `&[T]`'s data pointer is `T*`.
199
/// If the type is an unsized struct, the regular layout is generated,
200
- /// with the inner-most trailing unsized field using the "minimal unit"
+ /// with the innermost trailing unsized field using the "minimal unit"
201
/// of that field's type - this is useful for taking the address of
202
/// that field and ensuring the struct has the right alignment.
203
fn gcc_type<'gcc>(&self, cx: &CodegenCx<'gcc, 'tcx>) -> Type<'gcc> {
0 commit comments