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

Misha Brukman brukman at cs.uiuc.edu
Fri Oct 10 12:56:09 PDT 2003


Changes in directory llvm/tools/gccas:

gccas.cpp updated: 1.75 -> 1.76

---
Log message:

Fix grammar.


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

Index: llvm/tools/gccas/gccas.cpp
diff -u llvm/tools/gccas/gccas.cpp:1.75 llvm/tools/gccas/gccas.cpp:1.76
--- llvm/tools/gccas/gccas.cpp:1.75	Sat Sep 20 00:26:22 2003
+++ llvm/tools/gccas/gccas.cpp	Fri Oct 10 12:55:17 2003
@@ -117,7 +117,7 @@
   else {
     Out = new std::ofstream(OutputFilename.c_str(), std::ios::out);
 
-    // 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
     // signal
     RemoveFileOnSignal(OutputFilename);
   }





More information about the llvm-commits mailing list