C comment: fix typo

Author: Amit Langote
This commit is contained in:
Bruce Momjian 2016-08-03 10:32:32 -04:00
parent 0a4d67b16c
commit 6eb5b05d22
1 changed files with 1 additions and 1 deletions

View File

@ -661,7 +661,7 @@ tuplesort_begin_common(int workMem, bool randomAccess)
/*
* Caller tuple (e.g. IndexTuple) memory context.
*
* A dedicated child content used exclusively for caller passed tuples
* A dedicated child context used exclusively for caller passed tuples
* eases memory management. Resetting at key points reduces
* fragmentation. Note that the memtuples array of SortTuples is allocated
* in the parent context, not this context, because there is no need to