Document SQLITE_DEFAULT_CACHE_SIZE and SQLITE_DEFAULT_TEMP_CACHE_SIZE macros. (CVS 2320)

FossilOrigin-Name: ddcea6f8891b02e64f96591af161feb55c00a72c
diff --git a/mkopcodeh.awk b/mkopcodeh.awk
index d030cf0..641b987 100644
--- a/mkopcodeh.awk
+++ b/mkopcodeh.awk
@@ -60,7 +60,7 @@
     if( op[name]>max ) max = op[name]
     printf "#define %-25s %15d", name, op[name]
     if( sameas[op[name]] ) {
-      printf "   /*same as %-12s*/", sameas[op[name]]
+      printf "   /* same as %-12s*/", sameas[op[name]]
     } 
     printf "\n"