Skip to content

Commit cf5639d

Browse files
committed
[lldb][Docs] Fix typo in debugging lldb doc
1 parent 6480fe2 commit cf5639d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/docs/resources/debugging.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ The program presented `here <https://eli.thegreenplace.net/2011/01/23/how-debugg
488488
is a great starting point. There is also an AArch64 specific example in
489489
`the LLDB examples folder <https://github.com/llvm/llvm-project/tree/main/lldb/examples/ptrace_example.c>`_.
490490

491-
For either, you'll need to modify that to fit your architecture. An tip for this
491+
For either, you'll need to modify that to fit your architecture. A tip for this
492492
is to take any constants used in it, find in which function(s) they are used in
493493
LLDB and then you'll find the equivalent constants in the same LLDB functions
494494
for your architecture.

0 commit comments

Comments
 (0)