Skip to content

Commit 572a51d

Browse files
Update lldb/source/Plugins/InstrumentationRuntime/BoundsSafety/InstrumentationRuntimeBoundsSafety.cpp
Co-authored-by: Jonas Devlieghere <[email protected]>
1 parent 637e5a7 commit 572a51d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Plugins/InstrumentationRuntime/BoundsSafety/InstrumentationRuntimeBoundsSafety.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ InstrumentationBoundsSafetyStopInfo::InstrumentationBoundsSafetyStopInfo(
104104
m_value = MaybeSuggestedStackIndex.value();
105105

106106
// Emit warning about the failure to compute the stop info if one wasn't
107-
// already emitted
107+
// already emitted.
108108
if ((!Description.has_value()) && !warning_emitted_for_failure) {
109109
if (auto thread_sp = GetThread()) {
110110
lldb::user_id_t debugger_id =

0 commit comments

Comments
 (0)