Skip to content

Commit 63ca9e1

Browse files
committed
Modify comment
1 parent 06732f0 commit 63ca9e1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/include/llvm/Object/Minidump.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,7 @@ class MinidumpFile : public Binary {
195195
}
196196

197197
private:
198-
// This constructor will only happen after a validation check to see
199-
// if the first descriptor is readable.
198+
// This constructor expects that the first descriptor is readable.
200199
Memory64Iterator(ArrayRef<uint8_t> Storage,
201200
ArrayRef<minidump::MemoryDescriptor_64> Descriptors)
202201
: Storage(Storage), Descriptors(Descriptors), IsEnd(false) {

0 commit comments

Comments
 (0)