1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-11 01:42:22 +03:00

Fix typo in comment.

FossilOrigin-Name: f65c95658fe4d30817da8de7eb88e823ea1cd8be40e347d626870bad3cc13359
This commit is contained in:
drh
2022-10-24 18:42:45 +00:00
parent 99a37ca779
commit 7704a535d0
3 changed files with 8 additions and 8 deletions

View File

@@ -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;
};