aboutsummaryrefslogtreecommitdiff
path: root/src/sqliteInt.h
diff options
context:
space:
mode:
authordrh <>2022-10-24 18:42:45 +0000
committerdrh <>2022-10-24 18:42:45 +0000
commit7704a535d094d7520ab4893bdf83e5bd9e67e892 (patch)
tree17633dac6c6f31f339b828323e67ad28988c6fc4 /src/sqliteInt.h
parent99a37ca7792b817581ba8f0bc9a8a0072b3df099 (diff)
downloadsqlite-7704a535d094d7520ab4893bdf83e5bd9e67e892.tar.gz
sqlite-7704a535d094d7520ab4893bdf83e5bd9e67e892.zip
Fix typo in comment.
FossilOrigin-Name: f65c95658fe4d30817da8de7eb88e823ea1cd8be40e347d626870bad3cc13359
Diffstat (limited to 'src/sqliteInt.h')
-rw-r--r--src/sqliteInt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sqliteInt.h b/src/sqliteInt.h
index 0df62c7da..3dde0f6f9 100644
--- a/src/sqliteInt.h
+++ b/src/sqliteInt.h
@@ -3148,7 +3148,7 @@ struct SrcItem {
} u1;
union {
Index *pIBIndex; /* Index structure corresponding to u1.zIndexedBy */
- CteUse *pCteUse; /* CTE Usage info info fg.isCte is true */
+ CteUse *pCteUse; /* CTE Usage info when fg.isCte is true */
} u2;
};