]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_codegen_llvm/debuginfo/type_names.rs
Various minor/cosmetic improvements to code
[rust.git] / src / librustc_codegen_llvm / debuginfo / type_names.rs
index 60545f9e193d130dfda0cb7c40908aebf4c75035..2e827cc6d0601f6e81b3a2aaee94e15dbae26442 100644 (file)
@@ -19,9 +19,9 @@
 use rustc::hir;
 
 // Compute the name of the type as it should be stored in debuginfo. Does not do
-// any caching, i.e. calling the function twice with the same type will also do
+// any caching, i.e., calling the function twice with the same type will also do
 // the work twice. The `qualified` parameter only affects the first level of the
-// type name, further levels (i.e. type parameters) are always fully qualified.
+// type name, further levels (i.e., type parameters) are always fully qualified.
 pub fn compute_debuginfo_type_name<'a, 'tcx>(cx: &CodegenCx<'a, 'tcx>,
                                              t: Ty<'tcx>,
                                              qualified: bool)