Skip to content

Commit 44e37bf

Browse files
Update lldb/source/Plugins/InstrumentationRuntime/BoundsSafety/InstrumentationRuntimeBoundsSafety.cpp
Co-authored-by: Jonas Devlieghere <jonas@devlieghere.com>
1 parent 6097b26 commit 44e37bf

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
@@ -91,7 +91,7 @@ class InstrumentationBoundsSafetyStopInfo : public StopInfo {
9191
InstrumentationBoundsSafetyStopInfo::InstrumentationBoundsSafetyStopInfo(
9292
Thread &thread)
9393
: StopInfo(thread, 0) {
94-
// No additional data describing the reason for stopping
94+
// No additional data describing the reason for stopping.
9595
m_extended_info = nullptr;
9696
m_description = SOFT_TRAP_FALLBACK_CATEGORY;
9797

0 commit comments

Comments
 (0)