Update comment.


git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@132002 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/scripts/Python/modify-python-lldb.py b/scripts/Python/modify-python-lldb.py
index 5b75789..426a31a 100644
--- a/scripts/Python/modify-python-lldb.py
+++ b/scripts/Python/modify-python-lldb.py
@@ -3,7 +3,8 @@
 #
 # This script modifies the lldb module (which was automatically generated via
 # 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.
+# objects, implements truth value testing for certain lldb objects, and adds a
+# global variable 'debugger_unique_id' which is initialized to 0.
 #
 # It also calls SBDebugger.Initialize() to initialize the lldb debugger
 # subsystem.