Skip to content

Commit bb25992

Browse files
committed
Fix typo
1 parent ab0d03e commit bb25992

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
@@ -802,7 +802,7 @@ getComplexRangeAttr(LangOptions::ComplexRangeKind range) {
802802
case LangOptions::CX_Basic:
803803
return cir::ComplexRangeKind::Basic;
804804
case LangOptions::CX_None:
805-
// The default value for ComplexRangeKind is Full is no option is selected
805+
// The default value for ComplexRangeKind is Full if no option is selected
806806
return cir::ComplexRangeKind::Full;
807807
}
808808
}

0 commit comments

Comments
 (0)