aboutsummaryrefslogtreecommitdiff
path: root/src/delete.c
diff options
context:
space:
mode:
authordrh <>2024-08-20 22:05:01 +0000
committerdrh <>2024-08-20 22:05:01 +0000
commitbb36d55e638fb7f8ba1c1ce787b835f398fc98d3 (patch)
tree3e78f8331e9c9e37edf3c18d00368b4b85d8cac9 /src/delete.c
parent0766cbf51157671e39e9109303bf315c661616ac (diff)
downloadsqlite-bb36d55e638fb7f8ba1c1ce787b835f398fc98d3.tar.gz
sqlite-bb36d55e638fb7f8ba1c1ce787b835f398fc98d3.zip
Fix minor comment issues.
FossilOrigin-Name: c1bbed19f4348ec31c3cb4723eaa8f1554bb58ef4de7feb3a0f39612785f13d5
Diffstat (limited to 'src/delete.c')
-rw-r--r--src/delete.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/delete.c b/src/delete.c
index 1d7ba66a2..4cdb3946e 100644
--- a/src/delete.c
+++ b/src/delete.c
@@ -24,8 +24,8 @@
**
** The following fields are initialized appropriate in pSrc:
**
-** pSrc->a[0].spTab Pointer to the Table object
-** pSrc->a[0].pIndex Pointer to the INDEXED BY index, if there is one
+** pSrc->a[0].spTab Pointer to the Table object
+** pSrc->a[0].u2.pIBIndex Pointer to the INDEXED BY index, if there is one
**
*/
Table *sqlite3SrcListLookup(Parse *pParse, SrcList *pSrc){