[llvm-commits] CVS: llvm/tools/llvm-as/llvm-as.cpp

Misha Brukman brukman at cs.uiuc.edu
Fri Oct 10 12:57:01 PDT 2003


Changes in directory llvm/tools/llvm-as:

llvm-as.cpp updated: 1.21 -> 1.22

---
Log message:

Fix grammar.


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

Index: llvm/tools/llvm-as/llvm-as.cpp
diff -u llvm/tools/llvm-as/llvm-as.cpp:1.21 llvm/tools/llvm-as/llvm-as.cpp:1.22
--- llvm/tools/llvm-as/llvm-as.cpp:1.21	Thu Aug 28 16:32:57 2003
+++ llvm/tools/llvm-as/llvm-as.cpp	Fri Oct 10 12:56:09 2003
@@ -92,7 +92,7 @@
         }
 
 	Out = new std::ofstream(OutputFilename.c_str());
-        // Make sure that the Out file gets unlink'd from the disk if we get a
+        // Make sure that the Out file gets unlinked from the disk if we get a
         // SIGINT
         RemoveFileOnSignal(OutputFilename);
       }





More information about the llvm-commits mailing list