aboutsummaryrefslogtreecommitdiff
path: root/tools/llvm-as
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2003-10-10 17:56:49 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2003-10-10 17:56:49 +0000
commit452fea997232437902385e88366482b01957eeef (patch)
tree5443f9a7081e1adbecc0f88e0866fccad0682e6b /tools/llvm-as
parent6b63452c3ad26678b32f93dbca55902a313ee4e9 (diff)
Fix grammar.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9026 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm-as')
-rw-r--r--tools/llvm-as/llvm-as.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm-as/llvm-as.cpp b/tools/llvm-as/llvm-as.cpp
index 7655129e58..da95622119 100644
--- a/tools/llvm-as/llvm-as.cpp
+++ b/tools/llvm-as/llvm-as.cpp
@@ -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);
}