From: Aaron Ballman Date: Sat, 9 Jun 2012 13:46:36 +0000 (+0000) Subject: Fixing a typo in the comments. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=19472a6f5fdfc93bed2168f342c27c3de2d46f7a;p=oota-llvm.git Fixing a typo in the comments. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158273 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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.