diff options
Diffstat (limited to 'lldb')
-rw-r--r-- | lldb/include/lldb/Symbol/CompileUnit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/include/lldb/Symbol/CompileUnit.h b/lldb/include/lldb/Symbol/CompileUnit.h index d4b343a4de1..393966da053 100644 --- a/lldb/include/lldb/Symbol/CompileUnit.h +++ b/lldb/include/lldb/Symbol/CompileUnit.h @@ -447,7 +447,7 @@ private: flagsParsedVariables = (1u << 1), ///< Have we already parsed globals and statics? flagsParsedSupportFiles = (1u << 2), ///< Have we already parsed the support files for this compile unit? flagsParsedLineTable = (1u << 3), ///< Have we parsed the line table already? - flagsParsedLanguage = (1u << 4), ///< Have we parsed the line table already? + flagsParsedLanguage = (1u << 4), ///< Have we parsed the language already? flagsParsedImportedModules = (1u << 5) ///< Have we parsed the imported modules already? }; |