Skip to content

Commit eabcfd9

Browse files
author
Etsuro Fujita
committed
Fix typo in comment.
1 parent 108505d commit eabcfd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/executor/nodeForeignscan.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ ExecInitForeignScan(ForeignScan *node, EState *estate, int eflags)
238238
* see ExecInitModifyTable.
239239
*
240240
* Don't try to look up the ResultRelInfo when EvalPlanQual is active,
241-
* though. Direct modififications cannot be re-evaluated as part of
241+
* though. Direct modifications cannot be re-evaluated as part of
242242
* EvalPlanQual. The lookup wouldn't work anyway because during
243243
* EvalPlanQual processing, EvalPlanQual only initializes the subtree
244244
* under the ModifyTable, and doesn't run ExecInitModifyTable.

0 commit comments

Comments
 (0)