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

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


Changes in directory llvm/tools/llvm-link:

llvm-link.cpp updated: 1.29 -> 1.30

---
Log message:

Fix grammar.


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

Index: llvm/tools/llvm-link/llvm-link.cpp
diff -u llvm/tools/llvm-link/llvm-link.cpp:1.29 llvm/tools/llvm-link/llvm-link.cpp:1.30
--- llvm/tools/llvm-link/llvm-link.cpp:1.29	Fri Sep 19 21:42:54 2003
+++ llvm/tools/llvm-link/llvm-link.cpp	Fri Oct 10 12:56:21 2003
@@ -120,7 +120,7 @@
       return 1;
     }
 
-    // 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