pgsql: Misc comment typo fixes.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Misc comment typo fixes.
Date: 2014-12-16 14:41:11
Message-ID: E1Y0tJH-0002zJ-0K@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Misc comment typo fixes.

Backpatch the applicable parts, just to make backpatching future patches
easier.

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/ce864d3276a29fc39155348e6e5ca282d1e51d2d

Modified Files
--------------
src/backend/lib/binaryheap.c | 2 +-
src/backend/replication/walsender.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2014-12-16 15:41:47 pgsql: Fix some jsonb issues found by Coverity in recent commits.
Previous Message Heikki Linnakangas 2014-12-16 13:44:15 pgsql: Fix incorrect comment about XLogRecordBlockHeader.data_length fi