[Lldb-commits] [PATCH] D60442: Add missing space between \btrue
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Apr 9 01:32:49 PDT 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rLLDB357980: Add missing space between \btrue (authored by JDevlieghere, committed by ).
Herald added a subscriber: abidh.
Changed prior to commit:
https://reviews.llvm.org/D60442?vs=194263&id=194264#toc
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60442/new/
https://reviews.llvm.org/D60442
Files:
include/lldb/API/SBTarget.h
Index: include/lldb/API/SBTarget.h
===================================================================
--- include/lldb/API/SBTarget.h
+++ include/lldb/API/SBTarget.h
@@ -772,7 +772,7 @@
/// 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.
///
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60442.194264.patch
Type: text/x-patch
Size: 572 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190409/77716207/attachment.bin>
More information about the lldb-commits
mailing list