projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45d5564
)
Fix spelling
author
Misha Brukman
<brukman+llvm@gmail.com>
Tue, 15 Feb 2005 21:59:53 +0000
(21:59 +0000)
committer
Misha Brukman
<brukman+llvm@gmail.com>
Tue, 15 Feb 2005 21:59:53 +0000
(21:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20201
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Support/FileUtilities.cpp
patch
|
blob
|
history
diff --git
a/lib/Support/FileUtilities.cpp
b/lib/Support/FileUtilities.cpp
index f8191c51210fb3dd26807b0722c85b71b63f4ee9..0a55bc831247f4c37207f87dfa2ed4558095561f 100644
(file)
--- a/
lib/Support/FileUtilities.cpp
+++ b/
lib/Support/FileUtilities.cpp
@@
-119,7
+119,7
@@
int llvm::DiffFilesWithTolerance(const sys::Path &FileA,
double AbsTol, double RelTol,
std::string *Error) {
try {
- // Check for zero length files beca
su
e some systems croak when you try to
+ // Check for zero length files beca
us
e some systems croak when you try to
// mmap an empty file.
size_t A_size = FileA.getSize();
size_t B_size = FileB.getSize();