Skip to content

Commit c6ce32d

Browse files
committed
[clang][Interp][NFC] Fix a comment
1 parent 8ad37a8 commit c6ce32d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/AST/Interp/Interp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ bool CheckDivRem(InterpState &S, CodePtr OpPC, const T &LHS, const T &RHS) {
166166
return true;
167167
}
168168

169-
/// Checks if the result is a floating-point operation is valid
169+
/// Checks if the result of a floating-point operation is valid
170170
/// in the current context.
171171
bool CheckFloatResult(InterpState &S, CodePtr OpPC, APFloat::opStatus Status);
172172

0 commit comments

Comments
 (0)