Fix typos in requirements text and update requirements marks.  No changes
to code.

FossilOrigin-Name: 8534a46c06601ad35b97caee442371f24c718d0f
diff --git a/src/resolve.c b/src/resolve.c
index b3e8877..bb66462 100644
--- a/src/resolve.c
+++ b/src/resolve.c
@@ -328,7 +328,6 @@
         }
         if( iCol>=pTab->nCol && sqlite3IsRowid(zCol) && VisibleRowid(pTab) ){
           /* IMP: R-51414-32910 */
-          /* IMP: R-44911-55124 */
           iCol = -1;
         }
         if( iCol<pTab->nCol ){
@@ -363,7 +362,7 @@
      && VisibleRowid(pMatch->pTab)
     ){
       cnt = 1;
-      pExpr->iColumn = -1;     /* IMP: R-44911-55124 */
+      pExpr->iColumn = -1;
       pExpr->affinity = SQLITE_AFF_INTEGER;
     }