summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic/FileManager.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-12-02 04:27:29 +0000
committerChris Lattner <sabre@nondot.org>2010-12-02 04:27:29 +0000
commit4fc8fb09d0820e33c97a5e00be89ebf4224b6877 (patch)
tree4b3a1cb34c9386558a9c3aac0d06d5f319e5efdc /clang/lib/Basic/FileManager.cpp
parent60ebca9aaff776383111e5f3c7ab91fe07e4b1cc (diff)
downloadbcm5719-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.cpp2
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.
OpenPOWER on IntegriCloud