commit | ec5e0a24691dbff8c3bd2be7429654a9a1352165 | [log] [tgz] |
---|---|---|
author | Johnny Chen <johnny.chen@apple.com> | Wed Jun 01 18:40:11 2011 +0000 |
committer | Johnny Chen <johnny.chen@apple.com> | Wed Jun 01 18:40:11 2011 +0000 |
tree | 7208eded4a6d00a17b778bb525f2d8c1daaf5b69 | |
parent | 5420ec808df9f0028666c6ff0029e13549ffde00 [diff] [blame] |
Fix comment. git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@132412 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/scripts/Python/modify-python-lldb.py b/scripts/Python/modify-python-lldb.py index 2c856ac..c75b34e 100644 --- a/scripts/Python/modify-python-lldb.py +++ b/scripts/Python/modify-python-lldb.py
@@ -20,7 +20,7 @@ # 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 = ''' # ===================================