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 | 503bbff36719b9d271f7af8c8ed684cc3eb23e80 (patch) | |
tree | b1198d2f421c223461c15494a9960c69ebe8a71f | |
parent | 7132638995ac396d69b4ffe8fe2baf8429c96d1c (diff) | |
download | llvm-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.inc | 2 |
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. |