Skip to content

Commit e4b9b78

Browse files
committed
[clang][Interp][NFC] Make a single-line comment a doc comment
1 parent 01128d4 commit e4b9b78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/AST/Interp/Pointer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ class Pointer {
246246

247247
/// Returns the record descriptor of a class.
248248
Record *getRecord() const { return getFieldDesc()->ElemRecord; }
249-
// Returns the element record type, if this is a non-primive array.
249+
/// Returns the element record type, if this is a non-primive array.
250250
Record *getElemRecord() const { return getFieldDesc()->ElemDesc->ElemRecord; }
251251
/// Returns the field information.
252252
const FieldDecl *getField() const { return getFieldDesc()->asFieldDecl(); }

0 commit comments

Comments
 (0)