[llvm-commits] [llvm] r158273 - /llvm/trunk/lib/Support/Windows/Path.inc

Aaron Ballman aaron at aaronballman.com
Sat Jun 9 06:46:36 PDT 2012


Author: aaronballman
Date: Sat Jun  9 08:46:36 2012
New Revision: 158273

URL: http://llvm.org/viewvc/llvm-project?rev=158273&view=rev
Log:
Fixing a typo in the comments.

Modified:
    llvm/trunk/lib/Support/Windows/Path.inc

Modified: llvm/trunk/lib/Support/Windows/Path.inc
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Support/Windows/Path.inc?rev=158273&r1=158272&r2=158273&view=diff
==============================================================================
--- llvm/trunk/lib/Support/Windows/Path.inc (original)
+++ llvm/trunk/lib/Support/Windows/Path.inc Sat Jun  9 08:46:36 2012
@@ -203,7 +203,7 @@
   Path result;
   result.set(pathname);
 
-  // Append a subdirectory passed on our process id so multiple LLVMs don't
+  // Append a subdirectory based on our process id so multiple LLVMs don't
   // step on each other's toes.
 #ifdef __MINGW32__
   // Mingw's Win32 header files are broken.





More information about the llvm-commits mailing list