[llvm-commits] CVS: llvm/lib/Support/FileUtilities.cpp

Misha Brukman brukman at cs.uiuc.edu
Tue Feb 15 14:00:05 PST 2005



Changes in directory llvm/lib/Support:

FileUtilities.cpp updated: 1.40 -> 1.41
---
Log message:

Fix spelling


---
Diffs of the changes:  (+1 -1)

 FileUtilities.cpp |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/lib/Support/FileUtilities.cpp
diff -u llvm/lib/Support/FileUtilities.cpp:1.40 llvm/lib/Support/FileUtilities.cpp:1.41
--- llvm/lib/Support/FileUtilities.cpp:1.40	Tue Feb 15 15:47:02 2005
+++ llvm/lib/Support/FileUtilities.cpp	Tue Feb 15 15:59:53 2005
@@ -119,7 +119,7 @@
                                  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();






More information about the llvm-commits mailing list