Skip to content

Commit 868e596

Browse files
committed
[lldb][docs] Fix misplaced backticks in remote debugging guide
1 parent 3a9f803 commit 868e596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/docs/use/remote.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Remote system
3636
*************
3737

3838
On Linux and Android, all required remote functionality is contained in the
39-
``lldb-server binary``. This binary combines the functionality of the platform and
39+
``lldb-server`` binary. This binary combines the functionality of the platform and
4040
gdb-remote stub. A single binary facilitates deployment and reduces code size,
4141
since the two functions share a lot of code. The ``lldb-server`` binary is also
4242
statically linked with the rest of LLDB (unlike ``lldb``, which dynamically links

0 commit comments

Comments
 (0)