Skip to content

Commit

Permalink
Fixing a typo in the comments.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158273 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
AaronBallman committed Jun 9, 2012
1 parent f33a79c commit 19472a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Support/Windows/Path.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 19472a6

Please sign in to comment.