Skip to content

Commit ed9a552

Browse files
authored
[CIR][NFC] Fix typo in ComplexRangeKind comment (#152535)
Fix typo in ComplexRangeKind comment Catched in llvm/clangir#1779
1 parent bd74197 commit ed9a552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/CIR/CodeGen/CIRGenExprComplex.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,7 @@ getComplexRangeAttr(LangOptions::ComplexRangeKind range) {
776776
case LangOptions::CX_Basic:
777777
return cir::ComplexRangeKind::Basic;
778778
case LangOptions::CX_None:
779-
// The default value for ComplexRangeKind is Full is no option is selected
779+
// The default value for ComplexRangeKind is Full if no option is selected
780780
return cir::ComplexRangeKind::Full;
781781
}
782782
}

0 commit comments

Comments
 (0)