]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_mir/interpret/operand.rs
Fix an incorrect docstring for Immediate in librustc_mir/interpret.
[rust.git] / src / librustc_mir / interpret / operand.rs
index 4fd5e6a5435517742aa728c558b637ecaf137397..ae23971849eea6819ab6d5f1e05174de84e9587c 100644 (file)
@@ -19,7 +19,7 @@
 };
 pub use rustc::mir::interpret::ScalarMaybeUndef;
 
-/// A `Value` represents a single immediate self-contained Rust value.
+/// An `Immediate` represents a single immediate self-contained Rust value.
 ///
 /// For optimization of a few very common cases, there is also a representation for a pair of
 /// primitive values (`ScalarPair`). It allows Miri to avoid making allocations for checked binary