Skip to content

Commit 0ec0714

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

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
@@ -6821,7 +6821,7 @@ void InitializationSequence::InitializeFrom(Sema &S,
68216821

68226822
// For HLSL ext vector types we allow list initialization behavior for C++
68236823
// functional cast expressions which look like constructor syntax. This is
6824-
// accomplished by converting initialization arguments an InitListExpr.
6824+
// accomplished by converting initialization arguments to InitListExpr.
68256825
if (S.getLangOpts().HLSL && Args.size() > 1 && DestType->isExtVectorType() &&
68266826
(SourceType.isNull() ||
68276827
!Context.hasSameUnqualifiedType(SourceType, DestType))) {

0 commit comments

Comments
 (0)