Skip to content

Commit b0eefb4

Browse files
committed
[lldb] Update SupportFile documentation (NFC)
1 parent ab40ae8 commit b0eefb4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lldb/include/lldb/Utility/SupportFile.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414

1515
namespace lldb_private {
1616

17-
/// Wraps either a FileSpec that represents a local file or a source
18-
/// file whose contents is known (for example because it can be
19-
/// reconstructed from debug info), but that hasn't been written to a
20-
/// file yet. This also stores an optional checksum of the on-disk content.
17+
/// Wraps a FileSpec and an optional Checksum. The FileSpec represents either a
18+
/// path to a file or a source file whose contents is known (for example because
19+
/// it can be reconstructed from debug info), but that hasn't been written to a
20+
/// file yet.
2121
class SupportFile {
2222
public:
2323
SupportFile() : m_file_spec(), m_checksum() {}

0 commit comments

Comments
 (0)