diff options
Diffstat (limited to 'include/lldb/Symbol/Variable.h')
| -rw-r--r-- | include/lldb/Symbol/Variable.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/lldb/Symbol/Variable.h b/include/lldb/Symbol/Variable.h index 07295d090ee6..a345bcb8c23a 100644 --- a/include/lldb/Symbol/Variable.h +++ b/include/lldb/Symbol/Variable.h @@ -29,7 +29,7 @@ public: //------------------------------------------------------------------ Variable (lldb::user_id_t uid, const char *name, - const char *mangled, // The mangled variable name for variables in namespaces + const char *mangled, // The mangled or fully qualified name of the variable. const lldb::SymbolFileTypeSP &symfile_type_sp, lldb::ValueType scope, SymbolContextScope *owner_scope, |
