From eabcfd99ed27e5d21fee91fc7007678589081f58 Mon Sep 17 00:00:00 2001 From: Etsuro Fujita Date: Fri, 28 Jan 2022 15:45:00 +0900 Subject: [PATCH] Fix typo in comment. --- src/backend/executor/nodeForeignscan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/executor/nodeForeignscan.c b/src/backend/executor/nodeForeignscan.c index c22d0e7651..847e41856c 100644 --- a/src/backend/executor/nodeForeignscan.c +++ b/src/backend/executor/nodeForeignscan.c @@ -238,7 +238,7 @@ ExecInitForeignScan(ForeignScan *node, EState *estate, int eflags) * see ExecInitModifyTable. * * Don't try to look up the ResultRelInfo when EvalPlanQual is active, - * though. Direct modififications cannot be re-evaluated as part of + * though. Direct modifications cannot be re-evaluated as part of * EvalPlanQual. The lookup wouldn't work anyway because during * EvalPlanQual processing, EvalPlanQual only initializes the subtree * under the ModifyTable, and doesn't run ExecInitModifyTable. -- 2.39.5