Skip to content

Commit 6282b74

Browse files
committed
[clang][Interp][NFC] Fix a doc comment
1 parent bc792a2 commit 6282b74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/AST/Interp/Descriptor.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ struct Descriptor final {
8484
const unsigned ElemSize;
8585
/// Size of the storage, in host bytes.
8686
const unsigned Size;
87-
// Size of the metadata.
87+
/// Size of the metadata.
8888
const unsigned MDSize;
8989
/// Size of the allocation (storage + metadata), in host bytes.
9090
const unsigned AllocSize;

0 commit comments

Comments
 (0)