diff options
| author | Bruce Mitchener <bruce.mitchener@gmail.com> | 2018-05-29 09:10:46 +0000 |
|---|---|---|
| committer | Bruce Mitchener <bruce.mitchener@gmail.com> | 2018-05-29 09:10:46 +0000 |
| commit | 4ebdee0a59e900e96b5bc177247213b5e33bb058 (patch) | |
| tree | 53166535071c214e9e307e851e80f6f8766e77c2 /lldb/packages/Python/lldbsuite/test/lang | |
| parent | 9c3d1f468a0238c5a5a23499bbf76355f5150801 (diff) | |
| download | bcm5719-llvm-4ebdee0a59e900e96b5bc177247213b5e33bb058.tar.gz bcm5719-llvm-4ebdee0a59e900e96b5bc177247213b5e33bb058.zip | |
Typo fixes.
Reviewers: javed.absar
Subscribers: ki.stfu, JDevlieghere, lldb-commits
Differential Revision: https://reviews.llvm.org/D47421
llvm-svn: 333399
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang')
| -rw-r--r-- | lldb/packages/Python/lldbsuite/test/lang/cpp/unsigned_types/TestUnsignedTypes.py | 2 | ||||
| -rw-r--r-- | lldb/packages/Python/lldbsuite/test/lang/objc/bitfield_ivars/TestBitfieldIvars.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/lang/cpp/unsigned_types/TestUnsignedTypes.py b/lldb/packages/Python/lldbsuite/test/lang/cpp/unsigned_types/TestUnsignedTypes.py index 3e9316079b2..27b2a0b357a 100644 --- a/lldb/packages/Python/lldbsuite/test/lang/cpp/unsigned_types/TestUnsignedTypes.py +++ b/lldb/packages/Python/lldbsuite/test/lang/cpp/unsigned_types/TestUnsignedTypes.py @@ -33,7 +33,7 @@ class UnsignedTypesTestCase(TestBase): # GCC puts a breakpoint on the last line of a multi-line expression, so # if GCC is the target compiler, we cannot rely on an exact line match. need_exact = "gcc" not in self.getCompiler() - # Break on line 19 in main() aftre the variables are assigned values. + # Break on line 19 in main() after the variables are assigned values. lldbutil.run_break_set_by_file_and_line( self, "main.cpp", diff --git a/lldb/packages/Python/lldbsuite/test/lang/objc/bitfield_ivars/TestBitfieldIvars.py b/lldb/packages/Python/lldbsuite/test/lang/objc/bitfield_ivars/TestBitfieldIvars.py index c7d12895a42..c0d006ee53a 100644 --- a/lldb/packages/Python/lldbsuite/test/lang/objc/bitfield_ivars/TestBitfieldIvars.py +++ b/lldb/packages/Python/lldbsuite/test/lang/objc/bitfield_ivars/TestBitfieldIvars.py @@ -5,7 +5,7 @@ lldbinline.MakeInlineTest( __file__, globals(), [ - # This is a Darwin-only failure related to incorrect expresssion- + # This is a Darwin-only failure related to incorrect expression- # evaluation for single-bit ObjC bitfields. decorators.skipUnlessDarwin, decorators.expectedFailureAll( |

