summaryrefslogtreecommitdiff
path: root/source/Breakpoint/WatchpointOptions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/Breakpoint/WatchpointOptions.cpp')
-rw-r--r--source/Breakpoint/WatchpointOptions.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/Breakpoint/WatchpointOptions.cpp b/source/Breakpoint/WatchpointOptions.cpp
index 558ebc51008c0..402fee943a023 100644
--- a/source/Breakpoint/WatchpointOptions.cpp
+++ b/source/Breakpoint/WatchpointOptions.cpp
@@ -143,8 +143,7 @@ void WatchpointOptions::GetCallbackDescription(
void WatchpointOptions::GetDescription(Stream *s,
lldb::DescriptionLevel level) const {
// Figure out if there are any options not at their default value, and only
- // print
- // anything if there are:
+ // print anything if there are:
if ((GetThreadSpecNoCreate() != nullptr &&
GetThreadSpecNoCreate()->HasSpecification())) {