mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 22:04:55 +00:00
Fixing a typo in the comments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158273 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f33a79c590
commit
19472a6f5f
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user