mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-19 20:34:38 +00:00
Fix spelling
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20201 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
45d55641fa
commit
1e1a99fffa
@ -119,7 +119,7 @@ int llvm::DiffFilesWithTolerance(const sys::Path &FileA,
|
||||
double AbsTol, double RelTol,
|
||||
std::string *Error) {
|
||||
try {
|
||||
// Check for zero length files becasue some systems croak when you try to
|
||||
// Check for zero length files because some systems croak when you try to
|
||||
// mmap an empty file.
|
||||
size_t A_size = FileA.getSize();
|
||||
size_t B_size = FileB.getSize();
|
||||
|
Loading…
x
Reference in New Issue
Block a user