Fix typo in comment

Author: Daniel Gustafsson
pull/12/head^2
Magnus Hagander 10 years ago
parent b6dacc173b
commit b7351ced42
  1. 2
      src/backend/executor/execProcnode.c

@ -72,7 +72,7 @@
*
* This should show how the executor works by having
* ExecInitNode(), ExecProcNode() and ExecEndNode() dispatch
* their work to the appopriate node support routines which may
* their work to the appropriate node support routines which may
* in turn call these routines themselves on their subplans.
*/
#include "postgres.h"

Loading…
Cancel
Save