@@ -1321,8 +1321,8 @@ BufferAlloc(SMgrRelation smgr, char relpersistence, ForkNumber forkNum,
13211321UnpinBuffer (victim_buf_hdr );
13221322
13231323/*
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
13261326 */
13271327StrategyFreeBuffer (victim_buf_hdr );
13281328
@@ -1908,7 +1908,7 @@ ExtendBufferedRelShared(BufferManagerRelation bmr,
19081908BufferDesc * buf_hdr = GetBufferDescriptor (buffers [i ]- 1 );
19091909
19101910/*
1911- * The victim buffer we acquiredpeviously is clean and unused,
1911+ * The victim buffer we acquiredpreviously is clean and unused,
19121912 * let it be found again quickly
19131913 */
19141914StrategyFreeBuffer (buf_hdr );
@@ -1984,7 +1984,7 @@ ExtendBufferedRelShared(BufferManagerRelation bmr,
19841984LWLockRelease (partition_lock );
19851985
19861986/*
1987- * The victim buffer we acquiredpeviously is clean and unused,
1987+ * The victim buffer we acquiredpreviously is clean and unused,
19881988 * let it be found again quickly
19891989 */
19901990StrategyFreeBuffer (victim_buf_hdr );