aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2005-09-23 15:36:57 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2005-09-23 15:36:57 +0000
commit06d70d78a47475906369d03f06c51884e97bf2ab (patch)
tree5528b4dd13e73614cb95896e1ac13e4394c8a734 /src
parentbb6b1a38b6922a3c5b783bdd3e48c08fc73bc838 (diff)
downloadpostgresql-06d70d78a47475906369d03f06c51884e97bf2ab.tar.gz
postgresql-06d70d78a47475906369d03f06c51884e97bf2ab.zip
Fix typo in comment.
Diffstat (limited to 'src')
-rw-r--r--src/backend/utils/sort/tuplesort.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/utils/sort/tuplesort.c b/src/backend/utils/sort/tuplesort.c
index 12704a09c44..3ec1cf127f3 100644
--- a/src/backend/utils/sort/tuplesort.c
+++ b/src/backend/utils/sort/tuplesort.c
@@ -78,7 +78,7 @@
* Portions Copyright (c) 1994, Regents of the University of California
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/backend/utils/sort/tuplesort.c,v 1.49 2005/05/25 21:40:41 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/utils/sort/tuplesort.c,v 1.50 2005/09/23 15:36:57 tgl Exp $
*
*-------------------------------------------------------------------------
*/
@@ -1332,7 +1332,7 @@ beginmerge(Tuplesortstate *state)
* as explained in the header comments of this file. Load tuples from each
* active source tape until the tape's run is exhausted or it has used up
* its fair share of available memory. In any case, we guarantee that there
- * is at one preread tuple available from each unexhausted input tape.
+ * is at least one preread tuple available from each unexhausted input tape.
*/
static void
mergepreread(Tuplesortstate *state)