@@ -127,7 +127,7 @@ brinRevmapExtend(BrinRevmap *revmap, BlockNumber heapBlk)
127127 * it's not long enough.
128128 *
129129 * The returned buffer is also recorded in the revmap struct; finishing that
130- * releases the buffer, therefore the caller needn't do itexplicitely .
130+ * releases the buffer, therefore the caller needn't do itexplicitly .
131131 */
132132Buffer
133133brinLockRevmapPageForUpdate (BrinRevmap * revmap ,BlockNumber heapBlk )
@@ -314,7 +314,7 @@ revmap_get_blkno(BrinRevmap *revmap, BlockNumber heapBlk)
314314 * Obtain and return a buffer containing the revmap page for the given heap
315315 * page. The revmap must have been previously extended to cover that page.
316316 * The returned buffer is also recorded in the revmap struct; finishing that
317- * releases the buffer, therefore the caller needn't do itexplicitely .
317+ * releases the buffer, therefore the caller needn't do itexplicitly .
318318 */
319319static Buffer
320320revmap_get_buffer (BrinRevmap * revmap ,BlockNumber heapBlk )