Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f5d54ef

Browse files
committed
Fix typo in comment
1 parent 4576a69 commit f5d54ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/utils/sort/tuplesort.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2627,7 +2627,7 @@ mergeruns(Tuplesortstate *state)
26272627
/*
26282628
* If we produced only one initial run (quite likely if the total data
26292629
* volume is between 1X and 2X workMem when replacement selection is used,
2630-
* but something we particular count on when input is presorted), we can
2630+
* but something we particularly count on when input is presorted), we can
26312631
* just use that tape as the finished output, rather than doing a useless
26322632
* merge. (This obvious optimization is not in Knuth's algorithm.)
26332633
*/

0 commit comments

Comments
 (0)