diff --git a/lldb/include/lldb/API/SBTarget.h b/lldb/include/lldb/API/SBTarget.h index a6bcb6f3ab40..7287e30c90ce 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. ///