aboutsummaryrefslogtreecommitdiff
path: root/lldb/docs
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2023-09-02 09:32:48 -0700
committerKazu Hirata <kazu@google.com>2023-09-02 09:32:48 -0700
commit5dd956871785a5b04903d6da85109c9e1052a8a8 (patch)
treeeba5e6a6e244637fb838dc7b43954e558422c27f /lldb/docs
parent83e6931827e0c0d2a1e61c49d2dff9e7a8906ce8 (diff)
downloadllvm-5dd956871785a5b04903d6da85109c9e1052a8a8.zip
llvm-5dd956871785a5b04903d6da85109c9e1052a8a8.tar.gz
llvm-5dd956871785a5b04903d6da85109c9e1052a8a8.tar.bz2
Fix typos in documentation
Diffstat (limited to 'lldb/docs')
-rw-r--r--lldb/docs/use/tutorial.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/docs/use/tutorial.rst b/lldb/docs/use/tutorial.rst
index ef268ff..85dc173 100644
--- a/lldb/docs/use/tutorial.rst
+++ b/lldb/docs/use/tutorial.rst
@@ -360,7 +360,7 @@ That is better, but suffers from the problem that when new breakpoints get
added, they don't pick up these modifications, and the options only exist in
the context of actual breakpoints, so they are hard to store & reuse.
-A even better solution is to make a fully configured breakpoint name:
+An even better solution is to make a fully configured breakpoint name:
::