]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Misc comment typo fixes.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Tue, 16 Dec 2014 14:34:56 +0000 (16:34 +0200)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Tue, 16 Dec 2014 14:39:33 +0000 (16:39 +0200)
Backpatch the applicable parts, just to make backpatching future patches
easier.

src/backend/lib/binaryheap.c

index 7125970a50fcf14b73fccc8158e000bc6c3fcf28..2994240c4b3a4205a5aa19acf15c26ecace82441 100644 (file)
@@ -1,7 +1,7 @@
 /*-------------------------------------------------------------------------
  *
  * binaryheap.c
- *       A simple binary heap implementaion
+ *       A simple binary heap implementation
  *
  * Portions Copyright (c) 2012-2013, PostgreSQL Global Development Group
  *