Fix a double negation (in grammar).

llvm-svn: 13943
This commit is contained in:
Misha Brukman 2004-06-02 00:29:52 +00:00
parent 85b943dd06
commit e5a7239cae
1 changed files with 1 additions and 1 deletions

View 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.
//
//===----------------------------------------------------------------------===*/