summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-stub/llvm-stub.c
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2004-06-02 00:29:52 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2004-06-02 00:29:52 +0000
commite5a7239cae0cbbbd8e3defc81ab7f53d5f811100 (patch)
treecf26ea9452bac3413d706d4243d299586e0641e6 /llvm/tools/llvm-stub/llvm-stub.c
parent85b943dd06c5c3abefcfd3468522f93b47cb71bb (diff)
downloadbcm5719-llvm-e5a7239cae0cbbbd8e3defc81ab7f53d5f811100.tar.gz
bcm5719-llvm-e5a7239cae0cbbbd8e3defc81ab7f53d5f811100.zip
Fix a double negation (in grammar).
llvm-svn: 13943
Diffstat (limited to 'llvm/tools/llvm-stub/llvm-stub.c')
-rw-r--r--llvm/tools/llvm-stub/llvm-stub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-stub/llvm-stub.c b/llvm/tools/llvm-stub/llvm-stub.c
index 931f98a3d56..a64c5df9f47 100644
--- a/llvm/tools/llvm-stub/llvm-stub.c
+++ b/llvm/tools/llvm-stub/llvm-stub.c
@@ -15,7 +15,7 @@
//
// This allows the end user to just say ./<program> and have the JIT executed
// automatically. On unix, the stub executable emitted is actually a bourne
-// shell script that does the forwarding. Windows doesn't not like #!/bin/sh
+// shell script that does the forwarding. Windows does not like #!/bin/sh
// programs in .exe files, so we make it an actual program, defined here.
//
//===----------------------------------------------------------------------===*/
OpenPOWER on IntegriCloud