Fix spelling

llvm-svn: 20201
This commit is contained in:
Misha Brukman 2005-02-15 21:59:53 +00:00
parent f4425b0208
commit f232a4582d
1 changed files with 1 additions and 1 deletions

View File

@ -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();