Skip to content

Commit ddf88b5

Browse files
committed
API comment
1 parent f6367f8 commit ddf88b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bolt/include/bolt/Core/BinaryContext.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ class BinaryContext {
326326
/// Returns true if DWARF4 or lower is used.
327327
bool isDWARFLegacyUsed() const { return ContainsDwarfLegacy; }
328328

329-
// Return true if DWARFUnit is valid.
329+
/// Returns true if DWARFUnit is valid.
330330
bool isValidDwarfUnit(DWARFUnit *const DU) const;
331331

332332
std::map<unsigned, DwarfLineTable> &getDwarfLineTables() {

0 commit comments

Comments
 (0)