Fix a double negation (in grammar).
authorMisha Brukman <brukman+llvm@gmail.com>
Wed, 2 Jun 2004 00:29:52 +0000 (00:29 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Wed, 2 Jun 2004 00:29:52 +0000 (00:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13943 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvm-stub/llvm-stub.c

index 931f98a3d569f4bc7332e65daf9f596f792fdb13..a64c5df9f47bc29ce2b38c5ef9c3eb4c8b5c9f36 100644 (file)
@@ -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.
 //
 //===----------------------------------------------------------------------===*/