1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-26 01:22:12 +03:00

Misc comment typo fixes.

Backpatch the applicable parts, just to make backpatching future patches
easier.
This commit is contained in:
Heikki Linnakangas
2014-12-16 16:34:56 +02:00
parent 8ca336f4ac
commit ce864d3276
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
/*-------------------------------------------------------------------------
*
* binaryheap.c
* A simple binary heap implementaion
* A simple binary heap implementation
*
* Portions Copyright (c) 2012-2014, PostgreSQL Global Development Group
*