C comment: fix typo
authorBruce Momjian <bruce@momjian.us>
Wed, 3 Aug 2016 14:32:32 +0000 (10:32 -0400)
committerBruce Momjian <bruce@momjian.us>
Wed, 3 Aug 2016 14:32:32 +0000 (10:32 -0400)
Author: Amit Langote

src/backend/utils/sort/tuplesort.c

index 4c502bb2338073ca1787917c264d175cc8aadcb7..6756f2632d44c0a390959bb29bd5adac41a32a0e 100644 (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