diff options
| author | Greg Clayton <gclayton@apple.com> | 2011-01-08 20:28:42 +0000 |
|---|---|---|
| committer | Greg Clayton <gclayton@apple.com> | 2011-01-08 20:28:42 +0000 |
| commit | 710dd5aebf64c790a03f2e6f0cc4438e8a00fbd4 (patch) | |
| tree | 6130c80cdc395a1275d817de3d8767e45eba446d /lldb/docs/testsuite | |
| parent | 9dbbc49f7437113863b8ce06ee7a1235279de3bf (diff) | |
| download | bcm5719-llvm-710dd5aebf64c790a03f2e6f0cc4438e8a00fbd4.tar.gz bcm5719-llvm-710dd5aebf64c790a03f2e6f0cc4438e8a00fbd4.zip | |
Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener.
Thanks Bruce!
llvm-svn: 123083
Diffstat (limited to 'lldb/docs/testsuite')
| -rw-r--r-- | lldb/docs/testsuite/a-detailed-walkthrough.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/docs/testsuite/a-detailed-walkthrough.txt b/lldb/docs/testsuite/a-detailed-walkthrough.txt index 7cf20cd0428..6b5267f414c 100644 --- a/lldb/docs/testsuite/a-detailed-walkthrough.txt +++ b/lldb/docs/testsuite/a-detailed-walkthrough.txt @@ -119,7 +119,7 @@ binary for us. The base class TestBase has defined three instance methods: if not module.buildDwarf(self, architecture, compiler, dictionary): raise Exception("Don't know how to build binary with dwarf") -And the test/plugins/darwin.py provides the implmentation for all three build +And the test/plugins/darwin.py provides the implementation for all three build methods using the makefile mechanism. We envision that linux plugin can use a similar approach to accomplish the task of building the binaries. |

