[Lldb-commits] [lldb] r252184 - Remove Copy and Paste error in a comment.

Jim Ingham via lldb-commits lldb-commits at lists.llvm.org
Thu Nov 5 10:51:48 PST 2015


Author: jingham
Date: Thu Nov  5 12:51:48 2015
New Revision: 252184

URL: http://llvm.org/viewvc/llvm-project?rev=252184&view=rev
Log:
Remove Copy and Paste error in a comment.

Modified:
    lldb/trunk/include/lldb/Symbol/CompileUnit.h

Modified: lldb/trunk/include/lldb/Symbol/CompileUnit.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Symbol/CompileUnit.h?rev=252184&r1=252183&r2=252184&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Symbol/CompileUnit.h (original)
+++ lldb/trunk/include/lldb/Symbol/CompileUnit.h Thu Nov  5 12:51:48 2015
@@ -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?
     };
 




More information about the lldb-commits mailing list