From 828599acecdb2929f9b66d6f590c2abbc751b58b Mon Sep 17 00:00:00 2001 From: Fujii Masao Date: Mon, 9 Mar 2015 14:39:46 +0900 Subject: [PATCH] Fix typo in comment. --- src/include/access/xlogrecord.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/access/xlogrecord.h b/src/include/access/xlogrecord.h index 25a92657b8..8741c32345 100644 --- a/src/include/access/xlogrecord.h +++ b/src/include/access/xlogrecord.h @@ -88,7 +88,7 @@ typedef struct XLogRecordBlockHeader * image) */ /* If BKPBLOCK_HAS_IMAGE, an XLogRecordBlockImageHeader struct follows */ - /* If !BKPBLOCK_SAME_REL is not set, a RelFileNode follows */ + /* If BKPBLOCK_SAME_REL is not set, a RelFileNode follows */ /* BlockNumber follows */ } XLogRecordBlockHeader; -- 2.40.0