Skip to content

Commit 29aca99

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 8b98636 commit 29aca99

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
@@ -3027,7 +3027,7 @@ static bool CastInitializer(Sema &S, ASTContext &Ctx, Expr *E,
30273027
return true;
30283028
}
30293029

3030-
static void BuildIntializerList(Sema &S, ASTContext &Ctx, Expr *E,
3030+
static void BuildInitializerList(Sema &S, ASTContext &Ctx, Expr *E,
30313031
llvm::SmallVectorImpl<Expr *> &List,
30323032
llvm::SmallVectorImpl<QualType> &DestTypes,
30333033
bool &ExcessInits) {

0 commit comments

Comments
 (0)