diff options
author | Andres Freund <andres@anarazel.de> | 2015-04-26 18:42:31 +0200 |
---|---|---|
committer | Andres Freund <andres@anarazel.de> | 2015-04-26 18:42:31 +0200 |
commit | 6aab1f45acaa4cf90e62357ebdf5e6a38829204e (patch) | |
tree | ded75b929485ab4331a292150b0823ed2d825fb1 /src/backend/access/brin/brin_tuple.c | |
parent | 9fe1d9ac6820cff354a5402114b96dae1221eba3 (diff) | |
download | postgresql-6aab1f45acaa4cf90e62357ebdf5e6a38829204e.tar.gz postgresql-6aab1f45acaa4cf90e62357ebdf5e6a38829204e.zip |
Fix various typos and grammar errors in comments.
Author: Dmitriy Olshevskiy
Discussion: 553D00A6.4090205@bk.ru
Diffstat (limited to 'src/backend/access/brin/brin_tuple.c')
-rw-r--r-- | src/backend/access/brin/brin_tuple.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/brin/brin_tuple.c b/src/backend/access/brin/brin_tuple.c index 93f00f6a8fe..08fa998a525 100644 --- a/src/backend/access/brin/brin_tuple.c +++ b/src/backend/access/brin/brin_tuple.c @@ -304,7 +304,7 @@ brin_free_tuple(BrinTuple *tuple) } /* - * Create an palloc'd copy of a BrinTuple. + * Create a palloc'd copy of a BrinTuple. */ BrinTuple * brin_copy_tuple(BrinTuple *tuple, Size len) |