Skip to content

Commit d9dd3ee

Browse files
llvm-beanzhekota
andauthored
Update clang/lib/Sema/SemaInit.cpp
Co-authored-by: Helena Kotas <[email protected]>
1 parent 0ec0714 commit d9dd3ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Sema/SemaInit.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9294,7 +9294,7 @@ bool InitializationSequence::Diagnose(Sema &S,
92949294
// Unlike C/C++ list initialization, there is no fallback if it fails. This
92959295
// allows us to diagnose the failure when it happens in the
92969296
// TryListInitialization call instead of delaying the diagnosis, which is
9297-
// beneficial because the flattening is also expnsive.
9297+
// beneficial because the flattening is also expensive.
92989298
break;
92999299
}
93009300

0 commit comments

Comments
 (0)