diff options
author | drh <> | 2022-10-19 11:58:24 +0000 |
---|---|---|
committer | drh <> | 2022-10-19 11:58:24 +0000 |
commit | 3b88065d35eabf1a707ec3dc54d41c29cffeaa0c (patch) | |
tree | f2d83d0550c02869c467f3da8baa4ec32e92dccb /src/whereInt.h | |
parent | 805055f734b1dde892dfeb4c66888b448fb25cff (diff) | |
download | sqlite-3b88065d35eabf1a707ec3dc54d41c29cffeaa0c.tar.gz sqlite-3b88065d35eabf1a707ec3dc54d41c29cffeaa0c.zip |
Fix references to "SrcList_item" in comments as that object has since
[bfd5bf2c73110fcb] (2021-02-21) been called "SrcItem". Comment changes
only. No changes to code.
FossilOrigin-Name: e3648a07f5607dbd4d6ad5b6e5a62a4a1d0b173d3f22aa36c74b768281fc86d8
Diffstat (limited to 'src/whereInt.h')
-rw-r--r-- | src/whereInt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/whereInt.h b/src/whereInt.h index fda207890..43da5c208 100644 --- a/src/whereInt.h +++ b/src/whereInt.h @@ -378,7 +378,7 @@ struct WhereAndInfo { ** between VDBE cursor numbers and bits of the bitmasks in WhereTerm. ** ** The VDBE cursor numbers are small integers contained in -** SrcList_item.iCursor and Expr.iTable fields. For any given WHERE +** SrcItem.iCursor and Expr.iTable fields. For any given WHERE ** clause, the cursor numbers might not begin with 0 and they might ** contain gaps in the numbering sequence. But we want to make maximum ** use of the bits in our bitmasks. This structure provides a mapping |