Commit f5d54ef9 authored by Alvaro Herrera's avatar Alvaro Herrera

Fix typo in comment

parent 4576a693
...@@ -2627,7 +2627,7 @@ mergeruns(Tuplesortstate *state) ...@@ -2627,7 +2627,7 @@ mergeruns(Tuplesortstate *state)
/* /*
* If we produced only one initial run (quite likely if the total data * If we produced only one initial run (quite likely if the total data
* volume is between 1X and 2X workMem when replacement selection is used, * volume is between 1X and 2X workMem when replacement selection is used,
* but something we particular count on when input is presorted), we can * but something we particularly count on when input is presorted), we can
* just use that tape as the finished output, rather than doing a useless * just use that tape as the finished output, rather than doing a useless
* merge. (This obvious optimization is not in Knuth's algorithm.) * merge. (This obvious optimization is not in Knuth's algorithm.)
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment