Skip to content

Commit 6469308

Browse files
committed
fix typo
1 parent 75a7511 commit 6469308

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/CodeGen/CGHLSLRuntime.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ static void createResourceCtorArgs(CodeGenModule &CGM, CXXConstructorDecl *CD,
195195
// Initializes local resource array variable. For multi-dimensional arrays it
196196
// calls itself recursively to initialize its sub-arrays. The Index used in the
197197
// resource constructor calls will begin at StartIndex and will be incremented
198-
// for each array element. The last last used resource Index is returned to the
198+
// for each array element. The last used resource Index is returned to the
199199
// caller.
200200
static Value *initializeLocalResourceArray(
201201
CodeGenFunction &CGF, AggValueSlot &ValueSlot,

0 commit comments

Comments
 (0)