Skip to content

Commit

Permalink
[clang][Interp][NFC] Fix a doc comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
tbaederr committed Aug 21, 2023
1 parent 5272ae6 commit 1851858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/lib/AST/Interp/InterpFrame.h
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ class InterpFrame final : public Frame {
return reinterpret_cast<Block *>(Locals.get() + Offset - sizeof(Block));
}

// Returns the inline descriptor of the local.
/// Returns the inline descriptor of the local.
InlineDescriptor *localInlineDesc(unsigned Offset) const {
return reinterpret_cast<InlineDescriptor *>(Locals.get() + Offset);
}
Expand Down

0 comments on commit 1851858

Please sign in to comment.