diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2017-07-29 21:31:51 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2017-07-29 21:31:51 +0000 |
commit | e74d4ea48caeee19d9d7f8223340152a0fde11ef (patch) | |
tree | 3a5729183486760b465440362108c58a47426e76 /scripts/interface/SBModule.i | |
parent | a884e649599e13d58ce6d2b2a0ce8091ceb48dac (diff) |
vendor/lldb/lldb-release_50-r311219vendor/lldb/lldb-release_50-r310316vendor/lldb/lldb-release_50-r309439
Diffstat (limited to 'scripts/interface/SBModule.i')
-rw-r--r-- | scripts/interface/SBModule.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/interface/SBModule.i b/scripts/interface/SBModule.i index b1b6d2a7ca3d..71a2198609d6 100644 --- a/scripts/interface/SBModule.i +++ b/scripts/interface/SBModule.i @@ -26,7 +26,7 @@ SBModule supports symbol iteration, for example, saddr = symbol.GetStartAddress() eaddr = symbol.GetEndAddress() -and rich comparion methods which allow the API program to use, +and rich comparison methods which allow the API program to use, if thisModule == thatModule: print('This module is the same as that module') |