Skip to content

Commit 8cd115d

Browse files
committed
Make comments consistent
1 parent 7aa2ae6 commit 8cd115d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/include/lldb/Breakpoint/BreakpointLocation.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ class BreakpointLocation
128128
/// Set the breakpoint location's condition.
129129
///
130130
/// \param[in] condition
131-
/// The condition expression to evaluate when the breakpoint is hit.
131+
/// The condition to evaluate when the breakpoint is hit.
132132
void SetCondition(StopCondition condition);
133133

134134
/// Return the breakpoint condition.

0 commit comments

Comments
 (0)