Skip to content

Commit 59bc3ca

Browse files
committed
Fix typos in comment.
1 parent 7f81440 commit 59bc3ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/access/nbtree/nbtree.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,9 +227,9 @@ btbuildempty(PG_FUNCTION_ARGS)
227227
BTREE_METAPAGE, metapage);
228228

229229
/*
230-
* An immediate sync is require even if we xlog'd the page, because the
230+
* An immediate sync is required even if we xlog'd the page, because the
231231
* write did not go through shared_buffers and therefore a concurrent
232-
* checkpoint may have move the redo pointer past our xlog record.
232+
* checkpoint may have moved the redo pointer past our xlog record.
233233
*/
234234
smgrimmedsync(index->rd_smgr, INIT_FORKNUM);
235235

0 commit comments

Comments
 (0)