Skip to content

Commit e704400

Browse files
committed
[clang][Interp][NFC] Fix a doc comment mixup
1 parent 0f7a54e commit e704400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/AST/Interp/InterpStack.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ class InterpStack final {
8585
/// Clears the stack without calling any destructors.
8686
void clear();
8787

88-
// Returns whether the stack is empty.
88+
/// Returns whether the stack is empty.
8989
bool empty() const { return StackSize == 0; }
9090

9191
private:

0 commit comments

Comments
 (0)