Apply suggestions from code review

Co-Authored-By: nlewycky <nick@wasmer.io>
This commit is contained in:
Heyang Zhou
2020-03-18 00:58:50 +08:00
committed by GitHub
parent 8e92e3208a
commit bfc3b8292c

View File

@ -238,7 +238,7 @@ pub struct X64FunctionCode {
/// Metadata about a floating-point value.
#[derive(Copy, Clone, Debug)]
struct FloatValue {
/// Do we need to canonicalize the value before its bit pattern is observable? If so, how?
/// Do we need to canonicalize the value before its bit pattern is next observed? If so, how?
canonicalization: Option<CanonicalizeType>,
/// Corresponding depth in the main value stack.