aboutsummaryrefslogtreecommitdiff
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
commit503bbff36719b9d271f7af8c8ed684cc3eb23e80 (patch)
treeb1198d2f421c223461c15494a9960c69ebe8a71f
parent7132638995ac396d69b4ffe8fe2baf8429c96d1c (diff)
downloadllvm-503bbff36719b9d271f7af8c8ed684cc3eb23e80.zip
llvm-503bbff36719b9d271f7af8c8ed684cc3eb23e80.tar.gz
llvm-503bbff36719b9d271f7af8c8ed684cc3eb23e80.tar.bz2
Fixing a typo in the comments.
llvm-svn: 158273
-rw-r--r--llvm/lib/Support/Windows/Path.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Support/Windows/Path.inc b/llvm/lib/Support/Windows/Path.inc
index aab0dff..146d6b39 100644
--- a/llvm/lib/Support/Windows/Path.inc
+++ b/llvm/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.