mirror of
https://github.com/sqlite/sqlite.git
synced 2025-12-24 14:17:58 +03:00
Fix a minor typo in a comment.
FossilOrigin-Name: 92c80af1129051c9eded8df170730ad6366b4f7715dead34c4364c8149d0dce9
This commit is contained in:
@@ -7696,7 +7696,7 @@ int sqlite3Select(
|
||||
}
|
||||
|
||||
/* For each term in the FROM clause, do two things:
|
||||
** (1) Authorized unreferenced tables
|
||||
** (1) Authorize unreferenced tables
|
||||
** (2) Generate code for all sub-queries
|
||||
*/
|
||||
for(i=0; i<pTabList->nSrc; i++){
|
||||
|
||||
Reference in New Issue
Block a user