@@ -1344,8 +1344,8 @@ BufferAlloc(SMgrRelation smgr, char relpersistence, ForkNumber forkNum,
1344
1344
UnpinBuffer (victim_buf_hdr );
1345
1345
1346
1346
/*
1347
- * The victim buffer we acquiredpeviously is clean and unused, let it
1348
- * be found again quickly
1347
+ * The victim buffer we acquiredpreviously is clean and unused, let
1348
+ *it be found again quickly
1349
1349
*/
1350
1350
StrategyFreeBuffer (victim_buf_hdr );
1351
1351
@@ -1924,7 +1924,7 @@ ExtendBufferedRelShared(BufferManagerRelation bmr,
1924
1924
BufferDesc * buf_hdr = GetBufferDescriptor (buffers [i ]- 1 );
1925
1925
1926
1926
/*
1927
- * The victim buffer we acquiredpeviously is clean and unused,
1927
+ * The victim buffer we acquiredpreviously is clean and unused,
1928
1928
* let it be found again quickly
1929
1929
*/
1930
1930
StrategyFreeBuffer (buf_hdr );
@@ -2004,7 +2004,7 @@ ExtendBufferedRelShared(BufferManagerRelation bmr,
2004
2004
LWLockRelease (partition_lock );
2005
2005
2006
2006
/*
2007
- * The victim buffer we acquiredpeviously is clean and unused,
2007
+ * The victim buffer we acquiredpreviously is clean and unused,
2008
2008
* let it be found again quickly
2009
2009
*/
2010
2010
StrategyFreeBuffer (victim_buf_hdr );