diff options
author | drh <> | 2022-06-22 12:54:25 +0000 |
---|---|---|
committer | drh <> | 2022-06-22 12:54:25 +0000 |
commit | 861ac67a9d42f52684c7df7104d2eb608fd33de5 (patch) | |
tree | 0b17bcc4cbee8b2f50521d2a4419a5c1bae61691 /src | |
parent | 8c44962aaffa59d579db49b44c085dbdb108af34 (diff) | |
download | sqlite-861ac67a9d42f52684c7df7104d2eb608fd33de5.tar.gz sqlite-861ac67a9d42f52684c7df7104d2eb608fd33de5.zip |
Fix a typo in a comment. No changes to code.
FossilOrigin-Name: ef9de201b33678a80bb27c5be8f9dc973c8a4f14af9bfdd3ace36887c8a591ea
Diffstat (limited to 'src')
-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; |