diff options
| author | Fujii Masao | 2015-03-09 05:39:46 +0000 |
|---|---|---|
| committer | Fujii Masao | 2015-03-09 05:39:46 +0000 |
| commit | 828599acecdb2929f9b66d6f590c2abbc751b58b (patch) | |
| tree | c7a344a4dd502a8e74defb30ef9ad8c98d1c3d8d /src/include/access | |
| parent | c74c04b8aa03f05983f940ee94c86a5cc1945393 (diff) | |
Fix typo in comment.
Diffstat (limited to 'src/include/access')
| -rw-r--r-- | src/include/access/xlogrecord.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/access/xlogrecord.h b/src/include/access/xlogrecord.h index 25a92657b85..8741c32345c 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; |
