Skip to content

Commit 26432b5

Browse files
Comment update
1 parent 5df6817 commit 26432b5

File tree

1 file changed

+2
-2
lines changed
  • flang/include/flang/Evaluate

1 file changed

+2
-2
lines changed

flang/include/flang/Evaluate/real.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -490,8 +490,8 @@ template <typename WORD, int PREC> class Real {
490490
bool isNegative, int exponent, const Fraction &, Rounding, RoundingBits,
491491
bool multiply = false);
492492

493-
// Require alignment, in case code generation code on x86_64 decides that
494-
// our Real object is suitable for SSE2 instructions and then gets surprised
493+
// Require alignment, in case code generation on x86_64 decides that our
494+
// Real object is suitable for SSE2 instructions and then gets surprised
495495
// by unaligned address.
496496
alignas(Word::alignment / 8) Word word_{}; // an Integer<>
497497
};

0 commit comments

Comments
 (0)