Skip to content

Commit ebc7d88

Browse files
author
git apple-llvm automerger
committed
Merge commit '58aa995baf66' from llvm.org/main into next
2 parents 561a3b9 + 58aa995 commit ebc7d88

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)