summaryrefslogtreecommitdiff
path: root/lib/Support/Windows/Path.inc
diff options
context:
space:
mode:
authorAaron Ballman <aaron@aaronballman.com>2012-06-09 13:46:36 +0000
committerAaron Ballman <aaron@aaronballman.com>2012-06-09 13:46:36 +0000
commit19472a6f5fdfc93bed2168f342c27c3de2d46f7a (patch)
tree28a8d0725fc087da8749fc282855800ab5740239 /lib/Support/Windows/Path.inc
parentf33a79c590934ee9973a3c91cbc7c435bd6aa115 (diff)
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.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Support/Windows/Path.inc b/lib/Support/Windows/Path.inc
index aab0dff066e..146d6b39851 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.