aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeGather.c
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2015-10-22 14:51:49 -0400
committerRobert Haas <rhaas@postgresql.org>2015-10-22 14:52:23 -0400
commit31ba62ce32940146b6c818e9bf30b2555797c43d (patch)
treed3c71f881352d4b623d101c7d628fe5b0d06f09e /src/backend/executor/nodeGather.c
parent8f2977b3ec2fbb98ee36045d4e2be81ca4c293e0 (diff)
downloadpostgresql-31ba62ce32940146b6c818e9bf30b2555797c43d.tar.gz
postgresql-31ba62ce32940146b6c818e9bf30b2555797c43d.zip
Fix typos in comments.
CharSyam
Diffstat (limited to 'src/backend/executor/nodeGather.c')
-rw-r--r--src/backend/executor/nodeGather.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/executor/nodeGather.c b/src/backend/executor/nodeGather.c
index 69df9e301c2..ef810a5834d 100644
--- a/src/backend/executor/nodeGather.c
+++ b/src/backend/executor/nodeGather.c
@@ -193,7 +193,7 @@ ExecEndGather(GatherState *node)
* gather_getnext
*
* Get the next tuple from shared memory queue. This function
- * is reponsible for fetching tuples from all the queues associated
+ * is responsible for fetching tuples from all the queues associated
* with worker backends used in Gather node execution and if there is
* no data available from queues or no worker is available, it does
* fetch the data from local node.