Skip to content

Commit afd3e86

Browse files
llvm-beanzhekota
andcommitted
Update clang/lib/Sema/SemaHLSL.cpp
I swear I can spell... Co-authored-by: Helena Kotas <[email protected]>
1 parent 859ddab commit afd3e86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Sema/SemaHLSL.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3073,7 +3073,7 @@ static bool CastInitializer(Sema &S, ASTContext &Ctx, Expr *E,
30733073
return true;
30743074
}
30753075

3076-
static void BuildIntializerList(Sema &S, ASTContext &Ctx, Expr *E,
3076+
static void BuildInitializerList(Sema &S, ASTContext &Ctx, Expr *E,
30773077
llvm::SmallVectorImpl<Expr *> &List,
30783078
llvm::SmallVectorImpl<QualType> &DestTypes,
30793079
bool &ExcessInits) {

0 commit comments

Comments
 (0)