diff options
| author | Robert Haas | 2024-01-02 16:56:02 +0000 |
|---|---|---|
| committer | Robert Haas | 2024-01-02 17:05:41 +0000 |
| commit | 0d9937d1185629a94bf43dd0768c8f4eb835c9f0 (patch) | |
| tree | 3a4b5db3c8f3430daf7eda0f55672f7fbda6fcf3 /contrib/bloom/bloom.h | |
| parent | 5c430f9dc559ecd3bda8bebf4854f3f8d8bd86f3 (diff) | |
Fix typos in comments and in one isolation test.
Dagfinn Ilmari Mannsåker, reviewed by Shubham Khanna. Some subtractions
by me.
Discussion: http://postgr.es/m/87le9fmi01.fsf@wibble.ilmari.org
Diffstat (limited to 'contrib/bloom/bloom.h')
| -rw-r--r-- | contrib/bloom/bloom.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/bloom/bloom.h b/contrib/bloom/bloom.h index 330811ec608..7c4407b9ece 100644 --- a/contrib/bloom/bloom.h +++ b/contrib/bloom/bloom.h @@ -127,7 +127,7 @@ typedef struct BloomMetaPageData FreeBlockNumberArray notFullPage; } BloomMetaPageData; -/* Magic number to distinguish bloom pages among anothers */ +/* Magic number to distinguish bloom pages from others */ #define BLOOM_MAGICK_NUMBER (0xDBAC0DED) /* Number of blocks numbers fit in BloomMetaPageData */ |
