Skip to content

Commit d015971

Browse files
Update DWARFExpressionList.cpp
Co-authored-by: Adrian Prantl <[email protected]>
1 parent 62c02a9 commit d015971

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Expression/DWARFExpressionList.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ DWARFExpressionList::GetExpressionEntryAtAddress(lldb::addr_t func_load_addr,
6565
if (func_load_addr == LLDB_INVALID_ADDRESS)
6666
func_load_addr = m_func_file_addr;
6767

68-
// translate to file-relative PC
68+
// Translate to file-relative PC.
6969
lldb::addr_t file_pc = load_addr - func_load_addr + m_func_file_addr;
7070

7171
if (const auto *entry = m_exprs.FindEntryThatContains(file_pc)) {

0 commit comments

Comments
 (0)