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:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user