1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-15 03:41:20 +03:00

Fix misc typos in comments.

This commit is contained in:
Heikki Linnakangas
2014-04-09 23:16:08 +03:00
parent b082732061
commit 5b075ae893
2 changed files with 8 additions and 8 deletions

View File

@@ -3234,8 +3234,8 @@ ReleasePredicateLocks(bool isCommit)
*
* If this value is changing, we don't care that much whether we get the
* old or new value -- it is just used to determine how far
* GlobalSerizableXmin must advance before this transaction can be fully
* cleaned up. The worst that could happen is we wait for one more
* GlobalSerializableXmin must advance before this transaction can be
* fully cleaned up. The worst that could happen is we wait for one more
* transaction to complete before freeing some RAM; correctness of visible
* behavior is not affected.
*/