[Lldb-commits] [lldb] r160523 - /lldb/trunk/include/lldb/lldb-private-enumerations.h

Greg Clayton gclayton at apple.com
Thu Jul 19 14:23:34 PDT 2012


Author: gclayton
Date: Thu Jul 19 16:23:34 2012
New Revision: 160523

URL: http://llvm.org/viewvc/llvm-project?rev=160523&view=rev
Log:
Fixed the comment for the lldb_private::PathType enumerations.


Modified:
    lldb/trunk/include/lldb/lldb-private-enumerations.h

Modified: lldb/trunk/include/lldb/lldb-private-enumerations.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/lldb-private-enumerations.h?rev=160523&r1=160522&r2=160523&view=diff
==============================================================================
--- lldb/trunk/include/lldb/lldb-private-enumerations.h (original)
+++ lldb/trunk/include/lldb/lldb-private-enumerations.h Thu Jul 19 16:23:34 2012
@@ -106,7 +106,7 @@
 
 
 //----------------------------------------------------------------------
-// Used in conjunction with Host::GetLLDBResource () to find files that
+// Used in conjunction with Host::GetLLDBPath () to find files that
 // are related to 
 //----------------------------------------------------------------------
 typedef enum PathType





More information about the lldb-commits mailing list