Skip to content
This repository was archived by the owner on May 21, 2019. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5d187e5

Browse files
author
Greg Clayton
committedJan 8, 2011
Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener.
Thanks Bruce! git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@123083 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 4862fa2 commit 5d187e5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+78
-78
lines changed
 

‎docs/lldb-for-gdb-users.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ You can also choose particular variables to view:
367367
(SKTGraphicView *) self = 0x0000000100208b40
368368

369369
The frame variable command is not a full expression parser but it
370-
does support some common operations like defererencing:
370+
does support some common operations like dereferencing:
371371

372372
(lldb) fr v *self
373373
(SKTGraphicView *) self = 0x0000000100208b40

‎docs/testsuite/a-detailed-walkthrough.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ binary for us. The base class TestBase has defined three instance methods:
119119
if not module.buildDwarf(self, architecture, compiler, dictionary):
120120
raise Exception("Don't know how to build binary with dwarf")
121121

122-
And the test/plugins/darwin.py provides the implmentation for all three build
122+
And the test/plugins/darwin.py provides the implementation for all three build
123123
methods using the makefile mechanism. We envision that linux plugin can use a
124124
similar approach to accomplish the task of building the binaries.
125125

0 commit comments

Comments
 (0)