aboutsummaryrefslogtreecommitdiff
path: root/src/backend/tcop/postgres.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/tcop/postgres.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/tcop/postgres.c')
-rw-r--r--src/backend/tcop/postgres.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/tcop/postgres.c b/src/backend/tcop/postgres.c
index 51d623ff3e3..6a745997c55 100644
--- a/src/backend/tcop/postgres.c
+++ b/src/backend/tcop/postgres.c
@@ -3021,7 +3021,7 @@ check_stack_depth(void)
long stack_depth;
/*
- * Compute distance from reference point to to my local variables
+ * Compute distance from reference point to my local variables
*/
stack_depth = (long) (stack_base_ptr - &stack_top_loc);