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

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


Changes in directory llvm/tools/llvm-dis:

llvm-dis.cpp updated: 1.32 -> 1.33

---
Log message:

Fix grammar.


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

Index: llvm/tools/llvm-dis/llvm-dis.cpp
diff -u llvm/tools/llvm-dis/llvm-dis.cpp:1.32 llvm/tools/llvm-dis/llvm-dis.cpp:1.33
--- llvm/tools/llvm-dis/llvm-dis.cpp:1.32	Thu Aug 28 16:34:13 2003
+++ llvm/tools/llvm-dis/llvm-dis.cpp	Fri Oct 10 12:56:36 2003
@@ -92,7 +92,7 @@
       } else {
         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