Untested updates to support atomic multi-file transactions (CVS 1526)
FossilOrigin-Name: d57e5252c8baaf615c2cd218a33356ea5d95a5e2
diff --git a/src/vdbeInt.h b/src/vdbeInt.h
index e52dc51..40c8fa8 100644
--- a/src/vdbeInt.h
+++ b/src/vdbeInt.h
@@ -24,10 +24,10 @@
#define intToKey(X) (X)
/*
-** The makefile scans this source file and creates the following
-** array of string constants which are the names of all VDBE opcodes.
-** This array is defined in a separate source code file named opcode.c
-** which is automatically generated by the makefile.
+** The makefile scans the vdbe.c source file and creates the following
+** array of string constants which are the names of all VDBE opcodes. This
+** array is defined in a separate source code file named opcode.c which is
+** automatically generated by the makefile.
*/
extern char *sqlite3OpcodeNames[];