about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/libcore/alloc/layout.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/alloc/layout.rs b/src/libcore/alloc/layout.rs
index 98f9054588a..ec3a42469bc 100644
--- a/src/libcore/alloc/layout.rs
+++ b/src/libcore/alloc/layout.rs
@@ -258,7 +258,7 @@ impl Layout {
 
     /// Creates a layout describing the record for `self` followed by
     /// `next`, including any necessary padding to ensure that `next`
-    /// will be properly aligned, but no trailing padding. Note that
+    /// will be properly aligned, but *no trailing padding*. Note that
     /// the resulting layout will satisfy the alignment properties of
     /// both `self` and `next`, in order to ensure field alignment.
     ///