[llvm-commits] CVS: llvm/tools/llc/llc.cpp
Misha Brukman
brukman at cs.uiuc.edu
Fri Oct 10 12:56:26 PDT 2003
Changes in directory llvm/tools/llc:
llc.cpp updated: 1.83 -> 1.84
---
Log message:
Fix grammar.
---
Diffs of the changes: (+2 -2)
Index: llvm/tools/llc/llc.cpp
diff -u llvm/tools/llc/llc.cpp:1.83 llvm/tools/llc/llc.cpp:1.84
--- llvm/tools/llc/llc.cpp:1.83 Thu Aug 28 16:42:29 2003
+++ llvm/tools/llc/llc.cpp Fri Oct 10 12:55:45 2003
@@ -128,7 +128,7 @@
}
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 @@
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