Skip to content

Commit

Permalink
[clang][Interp][NFC] Fix a comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tbaederr committed Sep 15, 2023
1 parent a259005 commit d485fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/lib/AST/Interp/ByteCodeExprGen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1525,7 +1525,7 @@ template <class Emitter> bool ByteCodeExprGen<Emitter>::visit(const Expr *E) {
}

// Otherwise,we have a primitive return value, produce the value directly
// and puish it on the stack.
// and push it on the stack.
OptionScope<Emitter> Scope(this, /*NewDiscardResult=*/false,
/*NewInitializing=*/false);
return this->Visit(E);
Expand Down

0 comments on commit d485fc4

Please sign in to comment.