diff options
Diffstat (limited to 'src/vdbeaux.c')
-rw-r--r-- | src/vdbeaux.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vdbeaux.c b/src/vdbeaux.c index b2e471e0c..7c3be404e 100644 --- a/src/vdbeaux.c +++ b/src/vdbeaux.c @@ -592,7 +592,7 @@ void sqlite3VdbeRunOnlyOnce(Vdbe *p){ } /* -** Mark the VDBE as one that can only be run multiple times. +** Mark the VDBE as one that can be run multiple times. */ void sqlite3VdbeReusable(Vdbe *p){ int i; |