Skip to content

Commit 1851858

Browse files
committed
[clang][Interp][NFC] Fix a doc comment.
1 parent 5272ae6 commit 1851858

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/AST/Interp/InterpFrame.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ class InterpFrame final : public Frame {
139139
return reinterpret_cast<Block *>(Locals.get() + Offset - sizeof(Block));
140140
}
141141

142-
// Returns the inline descriptor of the local.
142+
/// Returns the inline descriptor of the local.
143143
InlineDescriptor *localInlineDesc(unsigned Offset) const {
144144
return reinterpret_cast<InlineDescriptor *>(Locals.get() + Offset);
145145
}

0 commit comments

Comments
 (0)