1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-27 23:21:58 +03:00

Remove duplicate words in comments.

Found these with grep -r "for for ".
This commit is contained in:
Heikki Linnakangas
2012-05-02 10:20:27 +03:00
parent 50c2d6a1a6
commit f291ccd43e
5 changed files with 5 additions and 5 deletions

View File

@ -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);