Skip to content

Commit 5d78fd9

Browse files
labathJDevlieghere
andauthored
Update lldb/source/Target/StackFrame.cpp
Co-authored-by: Jonas Devlieghere <[email protected]>
1 parent b57514d commit 5d78fd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Target/StackFrame.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2008,7 +2008,7 @@ bool StackFrame::GetStatus(Stream &strm, bool show_frame_info, bool show_source,
20082008
have_source = true;
20092009
// TODO: Give here a one time warning if source file is missing.
20102010
if (!m_sc.line_entry.line)
2011-
strm << "Note: This address is not associated with a specific line "
2011+
strm << "note: This address is not associated with a specific line "
20122012
"of code. This may be due to compiler optimizations.\n";
20132013
}
20142014
}

0 commit comments

Comments
 (0)