summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python/modify-python-lldb.py
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2011-04-29 19:22:24 +0000
committerJohnny Chen <johnny.chen@apple.com>2011-04-29 19:22:24 +0000
commitf1c95f8bcb2565a3efe11d989cfa55bbea7d315f (patch)
tree371406d819f6dcfdb4793bafb4ba9a9ccf772b64 /lldb/scripts/Python/modify-python-lldb.py
parent31e4be06c40d9bcfdfe9b478abee95e054cd9958 (diff)
downloadbcm5719-llvm-f1c95f8bcb2565a3efe11d989cfa55bbea7d315f.tar.gz
bcm5719-llvm-f1c95f8bcb2565a3efe11d989cfa55bbea7d315f.zip
Update comments.
llvm-svn: 130533
Diffstat (limited to 'lldb/scripts/Python/modify-python-lldb.py')
-rw-r--r--lldb/scripts/Python/modify-python-lldb.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/scripts/Python/modify-python-lldb.py b/lldb/scripts/Python/modify-python-lldb.py
index 0b33e69b765..0b9c174a72c 100644
--- a/lldb/scripts/Python/modify-python-lldb.py
+++ b/lldb/scripts/Python/modify-python-lldb.py
@@ -2,8 +2,8 @@
# modify-lldb-python.py
#
# This script modifies the lldb module (which was automatically generated via
-# running swig) to support iteration for certain lldb objects, adds a global
-# variable 'debugger_unique_id' and initializes it to 0.
+# running swig) to support iteration and/or equality operations for certain lldb
+# objects, adds a global variable 'debugger_unique_id' and initializes it to 0.
#
# It also calls SBDebugger.Initialize() to initialize the lldb debugger
# subsystem.
OpenPOWER on IntegriCloud