diff options
author | Chris Lattner <sabre@nondot.org> | 2010-12-02 04:27:29 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-12-02 04:27:29 +0000 |
commit | 4fc8fb09d0820e33c97a5e00be89ebf4224b6877 (patch) | |
tree | 4b3a1cb34c9386558a9c3aac0d06d5f319e5efdc /clang/lib/Basic/FileManager.cpp | |
parent | 60ebca9aaff776383111e5f3c7ab91fe07e4b1cc (diff) | |
download | bcm5719-llvm-4fc8fb09d0820e33c97a5e00be89ebf4224b6877.tar.gz bcm5719-llvm-4fc8fb09d0820e33c97a5e00be89ebf4224b6877.zip |
attempt to fix a buildbot failure, apparently apache fails to build.
llvm-svn: 120688
Diffstat (limited to 'clang/lib/Basic/FileManager.cpp')
-rw-r--r-- | clang/lib/Basic/FileManager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Basic/FileManager.cpp b/clang/lib/Basic/FileManager.cpp index f126760a147..0e47e5e3a61 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. |