diff options
Diffstat (limited to 'lldb/scripts/Python/modify-python-lldb.py')
-rw-r--r-- | lldb/scripts/Python/modify-python-lldb.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/scripts/Python/modify-python-lldb.py b/lldb/scripts/Python/modify-python-lldb.py index 2c856ac..c75b34e 100644 --- a/lldb/scripts/Python/modify-python-lldb.py +++ b/lldb/scripts/Python/modify-python-lldb.py @@ -20,7 +20,7 @@ else: # print "output_name is '" + output_name + "'" # -# lldb_iter() should appear before the our first SB* class definition. +# lldb_iter() should appear before our first SB* class definition. # lldb_iter_def = ''' # =================================== |