Skip to content
Snippets Groups Projects
Commit 503bbff3 authored by Aaron Ballman's avatar Aaron Ballman
Browse files

Fixing a typo in the comments.

llvm-svn: 158273
parent 71326389
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment