aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/spgist/spgdoinsert.c
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2012-05-02 10:20:27 +0300
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2012-05-02 10:20:27 +0300
commitf291ccd43e06fdd7c55102975a0b2f38bc140b90 (patch)
tree517cbe6d9dbb427189099a89ecc460dda2c8f334 /src/backend/access/spgist/spgdoinsert.c
parent50c2d6a1a63f04fd8c4553fc696c2c9e235b1a25 (diff)
downloadpostgresql-f291ccd43e06fdd7c55102975a0b2f38bc140b90.tar.gz
postgresql-f291ccd43e06fdd7c55102975a0b2f38bc140b90.zip
Remove duplicate words in comments.
Found these with grep -r "for for ".
Diffstat (limited to 'src/backend/access/spgist/spgdoinsert.c')
-rw-r--r--src/backend/access/spgist/spgdoinsert.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/spgist/spgdoinsert.c b/src/backend/access/spgist/spgdoinsert.c
index 5ddb6672c5c..98a7bea742e 100644
--- a/src/backend/access/spgist/spgdoinsert.c
+++ b/src/backend/access/spgist/spgdoinsert.c
@@ -818,7 +818,7 @@ doPickSplit(Relation index, SpGistState *state,
/*
* We may not actually insert new tuple because another picksplit may be
- * necessary due to too large value, but we will try to to allocate enough
+ * necessary due to too large value, but we will try to allocate enough
* space to include it; and in any case it has to be included in the input
* for the picksplit function. So don't increment nToInsert yet.
*/