diff options
author | Aaron Ballman <aaron@aaronballman.com> | 2012-06-09 13:46:36 +0000 |
---|---|---|
committer | Aaron Ballman <aaron@aaronballman.com> | 2012-06-09 13:46:36 +0000 |
commit | 19472a6f5fdfc93bed2168f342c27c3de2d46f7a (patch) | |
tree | 28a8d0725fc087da8749fc282855800ab5740239 /lib/Support/Windows/Path.inc | |
parent | f33a79c590934ee9973a3c91cbc7c435bd6aa115 (diff) | |
download | external_llvm-19472a6f5fdfc93bed2168f342c27c3de2d46f7a.zip external_llvm-19472a6f5fdfc93bed2168f342c27c3de2d46f7a.tar.gz external_llvm-19472a6f5fdfc93bed2168f342c27c3de2d46f7a.tar.bz2 |
Fixing a typo in the comments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158273 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support/Windows/Path.inc')
-rw-r--r-- | lib/Support/Windows/Path.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Support/Windows/Path.inc b/lib/Support/Windows/Path.inc index aab0dff..146d6b3 100644 --- a/lib/Support/Windows/Path.inc +++ b/lib/Support/Windows/Path.inc @@ -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. |