@@ -127,7 +127,7 @@ brinRevmapExtend(BrinRevmap *revmap, BlockNumber heapBlk)
127
127
* it's not long enough.
128
128
*
129
129
* 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 .
131
131
*/
132
132
Buffer
133
133
brinLockRevmapPageForUpdate (BrinRevmap * revmap ,BlockNumber heapBlk )
@@ -314,7 +314,7 @@ revmap_get_blkno(BrinRevmap *revmap, BlockNumber heapBlk)
314
314
* Obtain and return a buffer containing the revmap page for the given heap
315
315
* page. The revmap must have been previously extended to cover that page.
316
316
* 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 .
318
318
*/
319
319
static Buffer
320
320
revmap_get_buffer (BrinRevmap * revmap ,BlockNumber heapBlk )