attempt to fix a buildbot failure, apparently apache fails to build.

llvm-svn: 120688
This commit is contained in:
Chris Lattner
2010-12-02 04:27:29 +00:00
parent 60ebca9aaf
commit 4fc8fb09d0
3 changed files with 10 additions and 13 deletions

View File

@@ -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.