]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_target/abi/call/x86_64.rs
Various minor/cosmetic improvements to code
[rust.git] / src / librustc_target / abi / call / x86_64.rs
index f091f80924d5937d3e32e10fd82f13ddc2b66da3..0f27300dc3bac869b7eaa5a601921f202fe282a1 100644 (file)
@@ -15,7 +15,7 @@
 use abi::{self, Abi, HasDataLayout, LayoutOf, Size, TyLayout, TyLayoutMethods};
 
 /// Classification of "eightbyte" components.
-// NB: the order of the variants is from general to specific,
+// N.B., the order of the variants is from general to specific,
 // such that `unify(a, b)` is the "smaller" of `a` and `b`.
 #[derive(Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Debug)]
 enum Class {