[llvm-commits] CVS: llvm/tools/llvm-stub/llvm-stub.c
Misha Brukman
brukman at cs.uiuc.edu
Tue Jun 1 19:34:02 PDT 2004
Changes in directory llvm/tools/llvm-stub:
llvm-stub.c updated: 1.2 -> 1.3
---
Log message:
Fix a double negation (in grammar).
---
Diffs of the changes: (+1 -1)
Index: llvm/tools/llvm-stub/llvm-stub.c
diff -u llvm/tools/llvm-stub/llvm-stub.c:1.2 llvm/tools/llvm-stub/llvm-stub.c:1.3
--- llvm/tools/llvm-stub/llvm-stub.c:1.2 Tue Jun 1 19:04:54 2004
+++ llvm/tools/llvm-stub/llvm-stub.c Tue Jun 1 19:29:52 2004
@@ -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.
//
//===----------------------------------------------------------------------===*/
More information about the llvm-commits
mailing list