diff options
| author | Johnny Chen <johnny.chen@apple.com> | 2011-08-04 21:01:04 +0000 |
|---|---|---|
| committer | Johnny Chen <johnny.chen@apple.com> | 2011-08-04 21:01:04 +0000 |
| commit | d63991ca4ad5108f979ddf5fdb70f63066b34058 (patch) | |
| tree | 5677f01405294eff7d9f17825b034cc0ccb58e8c | |
| parent | 2cce3f394cd365d1eae53bccb4d49a0d4a3eef3c (diff) | |
| download | bcm5719-llvm-d63991ca4ad5108f979ddf5fdb70f63066b34058.tar.gz bcm5719-llvm-d63991ca4ad5108f979ddf5fdb70f63066b34058.zip | |
Fix some typos.
llvm-svn: 136919
| -rwxr-xr-x | lldb/www/tutorial.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/www/tutorial.html b/lldb/www/tutorial.html index 7e359d38410..3524011263a 100755 --- a/lldb/www/tutorial.html +++ b/lldb/www/tutorial.html @@ -95,14 +95,14 @@ <p>Setting breakpoints by name is even more specialized in LLDB as you can specify
that you want to set a breakpoint at a function by method name. To set a breakpoint
- on all C++ methods named <code>foo</code> you can entier either of:</p>
+ on all C++ methods named <code>foo</code> you can enter either of:</p>
<code>
(lldb) breakpoint set --method foo
<br>(lldb) breakpoint set -M foo
</code>
- <p>To set a breakpoint Objective C selectors named <code>alignLeftEdges:</code> you can entier either of:</p>
+ <p>To set a breakpoint Objective C selectors named <code>alignLeftEdges:</code> you can enter either of:</p>
<code>
(lldb) breakpoint set --selector alignLeftEdges:
|

