about summary refs log tree commit diff
path: root/src/libcore/alloc.rs
diff options
context:
space:
mode:
authorMatthew Kraai <kraai@ftbfs.org>2019-12-06 09:08:25 -0800
committerMatthew Kraai <kraai@ftbfs.org>2019-12-08 08:21:27 -0500
commit76d3003d4c4ad12f96e2655042f409de5f198c24 (patch)
tree4f97d22ea279f8387cb748f5b4f8fb3e24239253 /src/libcore/alloc.rs
parente862c01aadb2d029864f7bb256cf6c85bbb5d7e4 (diff)
downloadrust-76d3003d4c4ad12f96e2655042f409de5f198c24.tar.gz
rust-76d3003d4c4ad12f96e2655042f409de5f198c24.zip
Change "result" to "resulting" in `Layout::extend`'s docs
Diffstat (limited to 'src/libcore/alloc.rs')
-rw-r--r--src/libcore/alloc.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/alloc.rs b/src/libcore/alloc.rs
index 20248f7f6c1..7d69d284603 100644
--- a/src/libcore/alloc.rs
+++ b/src/libcore/alloc.rs
@@ -253,7 +253,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. Note that the result layout will
+    /// will be properly aligned. Note that the resulting layout will
     /// satisfy the alignment properties of both `self` and `next`.
     ///
     /// The resulting layout will be the same as that of a C struct containing