summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python/interface/SBDeclaration.i
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/scripts/Python/interface/SBDeclaration.i')
-rw-r--r--lldb/scripts/Python/interface/SBDeclaration.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/scripts/Python/interface/SBDeclaration.i b/lldb/scripts/Python/interface/SBDeclaration.i
index 87e2f8ec670..e7a6b6d44b7 100644
--- a/lldb/scripts/Python/interface/SBDeclaration.i
+++ b/lldb/scripts/Python/interface/SBDeclaration.i
@@ -57,7 +57,7 @@ namespace lldb {
if _newclass: file = property(GetFileSpec, None, doc='''A read only property that returns an lldb object that represents the file (lldb.SBFileSpec) for this line entry.''')
__swig_getmethods__["line"] = GetLine
- if _newclass: ling = property(GetLine, None, doc='''A read only property that returns the 1 based line number for this line entry, a return value of zero indicates that no line information is available.''')
+ if _newclass: line = property(GetLine, None, doc='''A read only property that returns the 1 based line number for this line entry, a return value of zero indicates that no line information is available.''')
__swig_getmethods__["column"] = GetColumn
if _newclass: column = property(GetColumn, None, doc='''A read only property that returns the 1 based column number for this line entry, a return value of zero indicates that no column information is available.''')
OpenPOWER on IntegriCloud