Fixing a typo in the comments.
authorAaron Ballman <aaron@aaronballman.com>
Sat, 9 Jun 2012 13:46:36 +0000 (13:46 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Sat, 9 Jun 2012 13:46:36 +0000 (13:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158273 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Support/Windows/Path.inc

index aab0dff066e830485dce5f2be5794d8aa76410fa..146d6b398519318d483526ab8ee0746d491ee20a 100644 (file)
@@ -203,7 +203,7 @@ Path::GetTemporaryDirectory(std::string* ErrMsg) {
   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.