diff options
author | Greg Clayton <gclayton@apple.com> | 2012-07-19 21:23:34 +0000 |
---|---|---|
committer | Greg Clayton <gclayton@apple.com> | 2012-07-19 21:23:34 +0000 |
commit | f866543a363557273e06ed61dc8719dddfae52f4 (patch) | |
tree | 00f43320f69e6c4b33395ec58ad2da378a8f34f2 | |
parent | 44475e27710865617f8a666366e0e3817a589e6b (diff) | |
download | bcm5719-llvm-f866543a363557273e06ed61dc8719dddfae52f4.tar.gz bcm5719-llvm-f866543a363557273e06ed61dc8719dddfae52f4.zip |
Fixed the comment for the lldb_private::PathType enumerations.
llvm-svn: 160523
-rw-r--r-- | lldb/include/lldb/lldb-private-enumerations.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/include/lldb/lldb-private-enumerations.h b/lldb/include/lldb/lldb-private-enumerations.h index 3b6fc8a8a8e..41f6d46fbfc 100644 --- a/lldb/include/lldb/lldb-private-enumerations.h +++ b/lldb/include/lldb/lldb-private-enumerations.h @@ -106,7 +106,7 @@ typedef enum SortOrder //---------------------------------------------------------------------- -// 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 |