Typo in comment

Started by Thomas Munroabout 9 years ago2 messages
#1Thomas Munro
thomas.munro@enterprisedb.com
1 attachment(s)

Hi

Here is a tiny patch to fix a typo in execParallel.c.

--
Thomas Munro
http://www.enterprisedb.com

Attachments:

typo.patchapplication/octet-stream; name=typo.patchDownload
diff --git a/src/backend/executor/execParallel.c b/src/backend/executor/execParallel.c
index 5aa6f02..f9c8598 100644
--- a/src/backend/executor/execParallel.c
+++ b/src/backend/executor/execParallel.c
@@ -563,7 +563,7 @@ ExecParallelFinish(ParallelExecutorInfo *pei)
 }
 
 /*
- * Clean up whatever ParallelExecutreInfo resources still exist after
+ * Clean up whatever ParallelExecutorInfo resources still exist after
  * ExecParallelFinish.  We separate these routines because someone might
  * want to examine the contents of the DSM after ExecParallelFinish and
  * before calling this routine.
#2Magnus Hagander
magnus@hagander.net
In reply to: Thomas Munro (#1)
Re: Typo in comment

On Fri, Nov 25, 2016 at 4:10 AM, Thomas Munro <thomas.munro@enterprisedb.com

wrote:

Hi

Here is a tiny patch to fix a typo in execParallel.c.

Applied, thanks.

--
Magnus Hagander
Me: http://www.hagander.net/
Work: http://www.redpill-linpro.com/