Skip to content

Commit 828599a

Browse files
committed
Fix typo in comment.
1 parent c74c04b commit 828599a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/access/xlogrecord.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ typedef struct XLogRecordBlockHeader
8888
* image) */
8989

9090
/* If BKPBLOCK_HAS_IMAGE, an XLogRecordBlockImageHeader struct follows */
91-
/* If !BKPBLOCK_SAME_REL is not set, a RelFileNode follows */
91+
/* If BKPBLOCK_SAME_REL is not set, a RelFileNode follows */
9292
/* BlockNumber follows */
9393
} XLogRecordBlockHeader;
9494

0 commit comments

Comments
 (0)