diff options
| author | Heikki Linnakangas | 2018-07-09 13:10:44 +0000 |
|---|---|---|
| committer | Heikki Linnakangas | 2018-07-18 13:20:18 +0000 |
| commit | 75459bc427d1598d72f9663ffa0fb910844d54a9 (patch) | |
| tree | 2c14be07065ad84b54e3fce6c08450691b1a4e1c /contrib | |
| parent | 330cad2c4b9a1ad2b690d7434fef7a2c481dc884 (diff) | |
Fix misc typos, mostly in comments.
A collection of typos I happened to spot while reading code, as well as
grepping for common mistakes.
Backpatch to all supported versions, as applicable, to avoid conflicts
when backporting other commits in the future.
Diffstat (limited to 'contrib')
| -rw-r--r-- | contrib/bloom/blscan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/bloom/blscan.c b/contrib/bloom/blscan.c index 316a906734b..11b7505e58f 100644 --- a/contrib/bloom/blscan.c +++ b/contrib/bloom/blscan.c @@ -76,7 +76,7 @@ blendscan(IndexScanDesc scan) } /* - * Insert all matching tuples into to a bitmap. + * Insert all matching tuples into a bitmap. */ int64 blgetbitmap(IndexScanDesc scan, TIDBitmap *tbm) |
