[Lldb-commits] [lldb] r127449 - /lldb/trunk/include/lldb/Host/FileSpec.h

Jim Ingham jingham at apple.com
Thu Mar 10 17:48:09 PST 2011


Author: jingham
Date: Thu Mar 10 19:48:09 2011
New Revision: 127449

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

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

Modified: lldb/trunk/include/lldb/Host/FileSpec.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Host/FileSpec.h?rev=127449&r1=127448&r2=127449&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Host/FileSpec.h (original)
+++ lldb/trunk/include/lldb/Host/FileSpec.h Thu Mar 10 19:48:09 2011
@@ -345,7 +345,7 @@
     ///     The buffer in which to place the extracted full path.
     ///
     /// @param[in] max_path_length
-    ///     The maximum length or \a path.
+    ///     The maximum length of \a path.
     ///
     /// @return
     ///     Returns the number of characters that would be needed to 





More information about the lldb-commits mailing list