Fix grammar.
authorMisha Brukman <brukman+llvm@gmail.com>
Fri, 10 Oct 2003 17:56:49 +0000 (17:56 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Fri, 10 Oct 2003 17:56:49 +0000 (17:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9026 91177308-0d34-0410-b5e6-96231b3b80d8

tools/gccas/gccas.cpp
tools/llc/llc.cpp
tools/llvm-as/llvm-as.cpp
tools/llvm-dis/llvm-dis.cpp
tools/llvm-link/llvm-link.cpp
tools/opt/opt.cpp

index 0f22480de845996ff01009ce3a23627d115031b3..0a50d9fbb542c5df6b94503666e797be82ffc4df 100644 (file)
@@ -117,7 +117,7 @@ int main(int argc, char **argv) {
   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);
   }
index 6a769d8f54fc6f2959905b8d1b74a69a52d9071c..4a39ef4074c4e15512905dd6bd62da20345c4031 100644 (file)
@@ -128,7 +128,7 @@ int main(int argc, char **argv) {
       }
       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);
     } else {
@@ -157,7 +157,7 @@ int main(int argc, char **argv) {
         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);
     }
index 7655129e58d961e7e0fd4cfa2de07b1b50877cd1..da956221199470fae5dc2f5ed4dce38e23233ca0 100644 (file)
@@ -92,7 +92,7 @@ int main(int argc, char **argv) {
         }
 
        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);
       }
index 1a4a46b8b915da3a86dba90aebc8543f5e496609..4429efaaaabdcd23fd6f7c512a9c16bad8c4f724 100644 (file)
@@ -92,7 +92,7 @@ int main(int argc, char **argv) {
       } 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);
       }
index f3773953234fc6edb35af3f5cea77d93b47adefb..3400df8dc1dfe1a12f23971b467cf69b28ce103d 100644 (file)
@@ -120,7 +120,7 @@ int main(int argc, char **argv) {
       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);
   }
index 743bfb8339a254c3b48e76704df4de28f99804fa..1eaadd262048c715e0f83257b020ff2a4a1bebb4 100644 (file)
@@ -100,7 +100,7 @@ int main(int argc, char **argv) {
       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);
   }