]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_codegen_llvm/type_.rs
Various minor/cosmetic improvements to code
[rust.git] / src / librustc_codegen_llvm / type_.rs
index b100b6778033845b509c922ecaf0cd807abf177c..313ab1f974fdebff30c357620707ce8a33b05b3b 100644 (file)
@@ -255,7 +255,7 @@ pub fn i8_llcx(llcx: &llvm::Context) -> &Type {
         }
     }
 
-    // Creates an integer type with the given number of bits, e.g. i24
+    // Creates an integer type with the given number of bits, e.g., i24
     pub fn ix_llcx(
         llcx: &llvm::Context,
         num_bits: u64