]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_codegen_llvm/debuginfo/metadata.rs
Rollup merge of #69646 - RalfJung:layout-visitor, r=eddyb
[rust.git] / src / librustc_codegen_llvm / debuginfo / metadata.rs
index b6c2b141bd9bfc9dbd04b93ba9cf328ad42ebbd6..9e52598f2e05a4b1a5f914bf5a8904f7424f93d3 100644 (file)
@@ -637,7 +637,7 @@ pub fn type_metadata(cx: &CodegenCx<'ll, 'tcx>, t: Ty<'tcx>, usage_site_span: Sp
                 unsafe {
                     // The choice of type here is pretty arbitrary -
                     // anything reading the debuginfo for a recursive
-                    // type is going to see *somthing* weird - the only
+                    // type is going to see *something* weird - the only
                     // question is what exactly it will see.
                     let (size, align) = cx.size_and_align_of(t);
                     llvm::LLVMRustDIBuilderCreateBasicType(