Clarification and typo fixes in comments related to name resolution.
No changes to code.
FossilOrigin-Name: f30abdf9d814d6c75bf1c803054737c737ad636f
diff --git a/src/sqliteInt.h b/src/sqliteInt.h
index 67f7df2..a0ba82a 100644
--- a/src/sqliteInt.h
+++ b/src/sqliteInt.h
@@ -2006,7 +2006,7 @@
struct NameContext {
Parse *pParse; /* The parser */
SrcList *pSrcList; /* One or more tables used to resolve names */
- ExprList *pEList; /* Optional list of named expressions */
+ ExprList *pEList; /* Optional list of result-set columns */
AggInfo *pAggInfo; /* Information about aggregates at this level */
NameContext *pNext; /* Next outer name context. NULL for outermost */
int nRef; /* Number of names resolved by this context */