commit | 452fea997232437902385e88366482b01957eeef | [log] [tgz] |
---|---|---|
author | Misha Brukman <brukman+llvm@gmail.com> | Fri Oct 10 17:56:49 2003 +0000 |
committer | Misha Brukman <brukman+llvm@gmail.com> | Fri Oct 10 17:56:49 2003 +0000 |
tree | 5443f9a7081e1adbecc0f88e0866fccad0682e6b | |
parent | 6b63452c3ad26678b32f93dbca55902a313ee4e9 [diff] [blame] |
Fix grammar. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9026 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/tools/llvm-link/llvm-link.cpp b/tools/llvm-link/llvm-link.cpp index f377395..3400df8 100644 --- a/tools/llvm-link/llvm-link.cpp +++ b/tools/llvm-link/llvm-link.cpp
@@ -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); }