]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_codegen_llvm/abi.rs
Various minor/cosmetic improvements to code
[rust.git] / src / librustc_codegen_llvm / abi.rs
index 5b6d157043d864ad6b8195d38acbdb2c395fe941..b8954dee794f7bba2bdcbc60423d0763c44ba6b1 100644 (file)
@@ -185,7 +185,7 @@ fn store_fn_arg(
 
 impl ArgTypeExt<'ll, 'tcx> for ArgType<'tcx, Ty<'tcx>> {
     /// Get the LLVM type for a place of the original Rust type of
-    /// this argument/return, i.e. the result of `type_of::type_of`.
+    /// this argument/return, i.e., the result of `type_of::type_of`.
     fn memory_ty(&self, cx: &CodegenCx<'ll, 'tcx>) -> &'ll Type {
         self.layout.llvm_type(cx)
     }