[Lldb-commits] [lldb] r267124 - Update comment in lldb-enumerations.h
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Fri Apr 22 01:41:07 PDT 2016
Author: labath
Date: Fri Apr 22 03:41:07 2016
New Revision: 267124
URL: http://llvm.org/viewvc/llvm-project?rev=267124&view=rev
Log:
Update comment in lldb-enumerations.h
Modified:
lldb/trunk/include/lldb/lldb-enumerations.h
Modified: lldb/trunk/include/lldb/lldb-enumerations.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/lldb-enumerations.h?rev=267124&r1=267123&r2=267124&view=diff
==============================================================================
--- lldb/trunk/include/lldb/lldb-enumerations.h (original)
+++ lldb/trunk/include/lldb/lldb-enumerations.h Fri Apr 22 03:41:07 2016
@@ -378,7 +378,7 @@ namespace lldb {
///
/// These enumerations use the same language enumerations as the DWARF
/// specification for ease of use and consistency.
- /// The enum -> string code is in LanguageRuntime.cpp, don't change this
+ /// The enum -> string code is in Language.cpp, don't change this
/// table without updating that code as well.
//----------------------------------------------------------------------
enum LanguageType
More information about the lldb-commits
mailing list