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

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


Changes in directory llvm/tools/opt:

opt.cpp updated: 1.82 -> 1.83

---
Log message:

Fix grammar.


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

Index: llvm/tools/opt/opt.cpp
diff -u llvm/tools/opt/opt.cpp:1.82 llvm/tools/opt/opt.cpp:1.83
--- llvm/tools/opt/opt.cpp:1.82	Thu May 22 15:13:16 2003
+++ llvm/tools/opt/opt.cpp	Fri Oct 10 12:56:49 2003
@@ -100,7 +100,7 @@
       return 1;
     }
 
-    // Make sure that the Output file gets unlink'd from the disk if we get a
+    // Make sure that the Output file gets unlinked from the disk if we get a
     // SIGINT
     RemoveFileOnSignal(OutputFilename);
   }





More information about the llvm-commits mailing list