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:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user