aboutsummaryrefslogtreecommitdiff
path: root/src/backend/lib/binaryheap.c
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2014-12-16 16:34:56 +0200
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2014-12-16 16:38:20 +0200
commitce864d3276a29fc39155348e6e5ca282d1e51d2d (patch)
treeccb17731ec876514227f46ab1760b9b4a55b1b7e /src/backend/lib/binaryheap.c
parent8ca336f4ac3f08a5f23e76c6e9a5f2c8064f5883 (diff)
downloadpostgresql-ce864d3276a29fc39155348e6e5ca282d1e51d2d.tar.gz
postgresql-ce864d3276a29fc39155348e6e5ca282d1e51d2d.zip
Misc comment typo fixes.
Backpatch the applicable parts, just to make backpatching future patches easier.
Diffstat (limited to 'src/backend/lib/binaryheap.c')
-rw-r--r--src/backend/lib/binaryheap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/lib/binaryheap.c b/src/backend/lib/binaryheap.c
index 24ba55b4514..91555925c72 100644
--- a/src/backend/lib/binaryheap.c
+++ b/src/backend/lib/binaryheap.c
@@ -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
*