summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2016-08-03 14:32:32 +0000
committerBruce Momjian2016-08-03 14:32:32 +0000
commit6eb5b05d225006adaf38adc9f30637ee22521881 (patch)
treee2bd1a47af4eafcd31ea80bb338d97e49c9f550d
parent0a4d67b16cd6a0d435169e66a1b4911007cb6aef (diff)
C comment: fix typo
Author: Amit Langote
-rw-r--r--src/backend/utils/sort/tuplesort.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/sort/tuplesort.c b/src/backend/utils/sort/tuplesort.c
index 4c502bb2338..6756f2632d4 100644
--- a/src/backend/utils/sort/tuplesort.c
+++ b/src/backend/utils/sort/tuplesort.c
@@ -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