Skip to content

Commit

Permalink
[clang][Interp][NFC] Fix a doc comment mixup
Browse files Browse the repository at this point in the history
  • Loading branch information
tbaederr committed Jul 20, 2023
1 parent 0f7a54e commit e704400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/lib/AST/Interp/InterpStack.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class InterpStack final {
/// Clears the stack without calling any destructors.
void clear();

// Returns whether the stack is empty.
/// Returns whether the stack is empty.
bool empty() const { return StackSize == 0; }

private:
Expand Down

0 comments on commit e704400

Please sign in to comment.