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/FileSystemStatCache.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/FileSystemStatCache.cpp')
-rw-r--r-- | clang/lib/Basic/FileSystemStatCache.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Basic/FileSystemStatCache.cpp b/clang/lib/Basic/FileSystemStatCache.cpp index 8a590507c78..d9e89cd8dfd 100644 --- a/clang/lib/Basic/FileSystemStatCache.cpp +++ b/clang/lib/Basic/FileSystemStatCache.cpp @@ -29,7 +29,7 @@ using namespace clang; #endif /// FileSystemStatCache::get - Get the 'stat' information for the specified -/// path, using the cache to accellerate it if possible. This returns true if +/// path, using the cache to accelerate it if possible. This returns true if /// the path does not exist or false if it exists. /// /// If FileDescriptor is non-null, then this lookup should only return success |