Skip to content

Commit 58aa995

Browse files
committed
[clang][Interp][NFC] Fix comment typo
1 parent 433f8e7 commit 58aa995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/AST/Interp/Interp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1048,7 +1048,7 @@ bool InitGlobal(InterpState &S, CodePtr OpPC, uint32_t I) {
10481048

10491049
/// 1) Converts the value on top of the stack to an APValue
10501050
/// 2) Sets that APValue on \Temp
1051-
/// 3) Initialized global with index \I with that
1051+
/// 3) Initializes global with index \I with that
10521052
template <PrimType Name, class T = typename PrimConv<Name>::T>
10531053
bool InitGlobalTemp(InterpState &S, CodePtr OpPC, uint32_t I,
10541054
const LifetimeExtendedTemporaryDecl *Temp) {

0 commit comments

Comments
 (0)