Fix typos.

This commit is contained in:
Bruce Mitchener 2018-11-11 20:52:36 +07:00
parent b76ee83254
commit a62af858e0
19 changed files with 22 additions and 22 deletions

View file

@ -12,7 +12,7 @@
# containing LLDB commands (one command per line), this script will execute the commands one after
# the other.
# LLDB also has the -s and -S commandline options which also execute a list of commands from a text
# file. However, this command are execute `immediately`: a the command of a `run` or `continue`
# file. However, this command are execute `immediately`: the command of a `run` or `continue`
# command will be executed immediately after the `run` or `continue`, without waiting for the next
# breakpoint to be hit. This a command sequence like the following will not yield reliable results:
#