diff options
| -rw-r--r-- | lldb/include/lldb/API/SBTarget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/include/lldb/API/SBTarget.h b/lldb/include/lldb/API/SBTarget.h index a6bcb6f3ab4..7287e30c90c 100644 --- a/lldb/include/lldb/API/SBTarget.h +++ b/lldb/include/lldb/API/SBTarget.h @@ -772,7 +772,7 @@ public: /// Only write breakpoints from this list. /// /// \param[in] append - /// If \btrue, append the breakpoints in bkpt_list to the others + /// If \b true, append the breakpoints in bkpt_list to the others /// serialized in dest_file. If dest_file doesn't exist, then a new /// file will be created and the breakpoints in bkpt_list written to it. /// |

