]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_codegen_ssa/traits/type_.rs
Various minor/cosmetic improvements to code
[rust.git] / src / librustc_codegen_ssa / traits / type_.rs
index 1d31bdfa9f0c491aa69748e24b1ece17a04c928b..ed53c8fffa7aa1ad41c4650ab8d5e72a8823c8eb 100644 (file)
@@ -32,7 +32,7 @@ pub trait BaseTypeMethods<'tcx>: Backend<'tcx> {
     fn type_i64(&self) -> Self::Type;
     fn type_i128(&self) -> Self::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
     fn type_ix(&self, num_bits: u64) -> Self::Type;
     fn type_isize(&self) -> Self::Type;