[LLD] [COFF] Update a leftover comment after SVN r374869. NFC.

llvm-svn: 374874
This commit is contained in:
Martin Storsjo 2019-10-15 09:46:33 +00:00
parent cd8759c3c2
commit e0916f4fbe
1 changed files with 1 additions and 1 deletions

View File

@ -1789,7 +1789,7 @@ static bool findLineTable(const SectionChunk *c, uint32_t addr,
}
// Use CodeView line tables to resolve a file and line number for the given
// offset into the given chunk and return them, or {"", 0} if a line table was
// offset into the given chunk and return them, or None if a line table was
// not found.
Optional<std::pair<StringRef, uint32_t>>
getFileLineCodeView(const SectionChunk *c, uint32_t addr) {