From 503bbff36719b9d271f7af8c8ed684cc3eb23e80 Mon Sep 17 00:00:00 2001 From: Aaron Ballman Date: Sat, 9 Jun 2012 13:46:36 +0000 Subject: [PATCH] Fixing a typo in the comments. llvm-svn: 158273 --- llvm/lib/Support/Windows/Path.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/Support/Windows/Path.inc b/llvm/lib/Support/Windows/Path.inc index aab0dff066e8..146d6b398519 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. -- GitLab