[Lldb-commits] [lldb] r116949 - /lldb/trunk/include/lldb/Core/FileSpec.h

Johnny Chen johnny.chen at apple.com
Wed Oct 20 14:44:39 PDT 2010


Author: johnny
Date: Wed Oct 20 16:44:39 2010
New Revision: 116949

URL: http://llvm.org/viewvc/llvm-project?rev=116949&view=rev
Log:
Fixed a typo in the comment.

Modified:
    lldb/trunk/include/lldb/Core/FileSpec.h

Modified: lldb/trunk/include/lldb/Core/FileSpec.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Core/FileSpec.h?rev=116949&r1=116948&r2=116949&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Core/FileSpec.h (original)
+++ lldb/trunk/include/lldb/Core/FileSpec.h Wed Oct 20 16:44:39 2010
@@ -55,7 +55,7 @@
     //------------------------------------------------------------------
     /// Constructor with path.
     ///
-    /// Takes an path to a file which can be just a filename, or a full
+    /// Takes a path to a file which can be just a filename, or a full
     /// path. If \a path is not NULL or empty, this function will call
     /// FileSpec::SetFile (const char *path, bool resolve).
     ///





More information about the lldb-commits mailing list