diff --git a/lib/singlepass-backend/src/codegen_x64.rs b/lib/singlepass-backend/src/codegen_x64.rs index ae09f6c69..ca23a56af 100644 --- a/lib/singlepass-backend/src/codegen_x64.rs +++ b/lib/singlepass-backend/src/codegen_x64.rs @@ -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, /// Corresponding depth in the main value stack.