Fixing a typo in the comments.

llvm-svn: 158273
This commit is contained in:
Aaron Ballman 2012-06-09 13:46:36 +00:00
parent 7132638995
commit 503bbff367
1 changed files with 1 additions and 1 deletions

View 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.