@@ -1321,8 +1321,8 @@ BufferAlloc(SMgrRelation smgr, char relpersistence, ForkNumber forkNum,
1321
1321
UnpinBuffer (victim_buf_hdr );
1322
1322
1323
1323
/*
1324
- * The victim buffer we acquiredpeviously is clean and unused, let it
1325
- * be found again quickly
1324
+ * The victim buffer we acquiredpreviously is clean and unused, let
1325
+ *it be found again quickly
1326
1326
*/
1327
1327
StrategyFreeBuffer (victim_buf_hdr );
1328
1328
@@ -1908,7 +1908,7 @@ ExtendBufferedRelShared(BufferManagerRelation bmr,
1908
1908
BufferDesc * buf_hdr = GetBufferDescriptor (buffers [i ]- 1 );
1909
1909
1910
1910
/*
1911
- * The victim buffer we acquiredpeviously is clean and unused,
1911
+ * The victim buffer we acquiredpreviously is clean and unused,
1912
1912
* let it be found again quickly
1913
1913
*/
1914
1914
StrategyFreeBuffer (buf_hdr );
@@ -1984,7 +1984,7 @@ ExtendBufferedRelShared(BufferManagerRelation bmr,
1984
1984
LWLockRelease (partition_lock );
1985
1985
1986
1986
/*
1987
- * The victim buffer we acquiredpeviously is clean and unused,
1987
+ * The victim buffer we acquiredpreviously is clean and unused,
1988
1988
* let it be found again quickly
1989
1989
*/
1990
1990
StrategyFreeBuffer (victim_buf_hdr );