about summary refs log tree commit diff
diff options
context:
space:
mode:
authorOliver Scherer <github35764891676564198441@oli-obk.de>2019-06-21 09:54:11 +0200
committerOliver Scherer <github35764891676564198441@oli-obk.de>2019-06-21 09:54:11 +0200
commit0102942e8c4a7a7cfbefa6495f295a6b6a18ecbf (patch)
tree7117c24f74882a31f36ddcc05052e6822263ebf5
parent3dfe017dc3fccca64d67973be10e4bbd3e90c966 (diff)
downloadrust-0102942e8c4a7a7cfbefa6495f295a6b6a18ecbf.tar.gz
rust-0102942e8c4a7a7cfbefa6495f295a6b6a18ecbf.zip
Documentation typo
-rw-r--r--src/librustc/mir/interpret/value.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc/mir/interpret/value.rs b/src/librustc/mir/interpret/value.rs
index efcba88fe2d..388c5493242 100644
--- a/src/librustc/mir/interpret/value.rs
+++ b/src/librustc/mir/interpret/value.rs
@@ -43,7 +43,7 @@ pub enum ConstValue<'tcx> {
         end: usize,
     },
 
-    /// An value not represented/representable by `Scalar` or `Slice`
+    /// A value not represented/representable by `Scalar` or `Slice`
     ByRef {
         /// The alignment exists to allow `const_field` to have `ByRef` access to nonprimitive
         /// fields of `repr(packed)` structs. The alignment may be lower than the type of this