@@ -1344,8 +1344,8 @@ BufferAlloc(SMgrRelation smgr, char relpersistence, ForkNumber forkNum,
13441344UnpinBuffer (victim_buf_hdr );
13451345
13461346/*
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
13491349 */
13501350StrategyFreeBuffer (victim_buf_hdr );
13511351
@@ -1924,7 +1924,7 @@ ExtendBufferedRelShared(BufferManagerRelation bmr,
19241924BufferDesc * buf_hdr = GetBufferDescriptor (buffers [i ]- 1 );
19251925
19261926/*
1927- * The victim buffer we acquiredpeviously is clean and unused,
1927+ * The victim buffer we acquiredpreviously is clean and unused,
19281928 * let it be found again quickly
19291929 */
19301930StrategyFreeBuffer (buf_hdr );
@@ -2004,7 +2004,7 @@ ExtendBufferedRelShared(BufferManagerRelation bmr,
20042004LWLockRelease (partition_lock );
20052005
20062006/*
2007- * The victim buffer we acquiredpeviously is clean and unused,
2007+ * The victim buffer we acquiredpreviously is clean and unused,
20082008 * let it be found again quickly
20092009 */
20102010StrategyFreeBuffer (victim_buf_hdr );