white space cleanups
[oota-llvm.git] / lib / Support / FileUtilities.cpp
index 5dbabee7a7eda1393f6adf011757b54abe7e81e1..4c8c0c63ffc401e78686ca5bef927b1a41a0a5b4 100644 (file)
@@ -198,7 +198,7 @@ int llvm::DiffFilesWithTolerance(const sys::PathWithStatus &FileA,
     return 1;
   }
 
-  // Now its safe to mmap the files into memory becasue both files
+  // Now its safe to mmap the files into memory because both files
   // have a non-zero size.
   error_code ec;
   OwningPtr<MemoryBuffer> F1;