From 4fc8fb09d0820e33c97a5e00be89ebf4224b6877 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 2 Dec 2010 04:27:29 +0000 Subject: attempt to fix a buildbot failure, apparently apache fails to build. llvm-svn: 120688 --- clang/lib/Basic/FileManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/lib/Basic/FileManager.cpp') diff --git a/clang/lib/Basic/FileManager.cpp b/clang/lib/Basic/FileManager.cpp index f126760a..0e47e5e 100644 --- a/clang/lib/Basic/FileManager.cpp +++ b/clang/lib/Basic/FileManager.cpp @@ -434,7 +434,7 @@ getBufferForFile(llvm::StringRef Filename, std::string *ErrorStr) { } /// getStatValue - Get the 'stat' information for the specified path, using the -/// cache to accellerate it if possible. This returns true if the path does not +/// cache to accelerate it if possible. This returns true if the path does not /// exist or false if it exists. /// /// The isForDir member indicates whether this is a directory lookup or not. -- cgit v1.1