mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
Fix a double negation (in grammar).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13943 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0ebee7410f
commit
fff0ff8313
@ -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.
|
||||
//
|
||||
//===----------------------------------------------------------------------===*/
|
||||
|
Loading…
Reference in New Issue
Block a user