summaryrefslogtreecommitdiff
path: root/scripts/interface/SBModule.i
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/interface/SBModule.i')
-rw-r--r--scripts/interface/SBModule.i2
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')