diff options
-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 2c856acee80..c75b34ee5a8 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 = ''' # =================================== |