summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-as/llvm-as.cpp
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
commitd67697411af42b41073552b7ff73775ec6f9e6f2 (patch)
tree51a3328c2eb71921d36b6f36d2e19c54164a73ec /llvm/tools/llvm-as/llvm-as.cpp
parentfa100531e16266cb5eb3617b389f712c7dfcbde4 (diff)
downloadbcm5719-llvm-d67697411af42b41073552b7ff73775ec6f9e6f2.tar.gz
bcm5719-llvm-d67697411af42b41073552b7ff73775ec6f9e6f2.zip
Fix grammar.
llvm-svn: 9026
Diffstat (limited to 'llvm/tools/llvm-as/llvm-as.cpp')
-rw-r--r--llvm/tools/llvm-as/llvm-as.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-as/llvm-as.cpp b/llvm/tools/llvm-as/llvm-as.cpp
index 7655129e58d..da956221199 100644
--- a/llvm/tools/llvm-as/llvm-as.cpp
+++ b/llvm/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);
}
OpenPOWER on IntegriCloud