From d67697411af42b41073552b7ff73775ec6f9e6f2 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Fri, 10 Oct 2003 17:56:49 +0000 Subject: Fix grammar. llvm-svn: 9026 --- llvm/tools/llvm-dis/llvm-dis.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/tools/llvm-dis/llvm-dis.cpp') diff --git a/llvm/tools/llvm-dis/llvm-dis.cpp b/llvm/tools/llvm-dis/llvm-dis.cpp index 1a4a46b8b91..4429efaaaab 100644 --- a/llvm/tools/llvm-dis/llvm-dis.cpp +++ b/llvm/tools/llvm-dis/llvm-dis.cpp @@ -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); } -- cgit v1.2.3