Fix typos in comments. No code changes.
FossilOrigin-Name: e62aab5e9290503869e1f4d5e0fefd2b4dee0a69
diff --git a/src/resolve.c b/src/resolve.c
index 935d311..a77fd9d 100644
--- a/src/resolve.c
+++ b/src/resolve.c
@@ -1118,7 +1118,7 @@
}
/*
-** Resolve names in the SELECT statement p and all of its descendents.
+** Resolve names in the SELECT statement p and all of its descendants.
*/
static int resolveSelectStep(Walker *pWalker, Select *p){
NameContext *pOuterNC; /* Context that contains this SELECT */