diff options
author | Heikki Linnakangas | 2014-12-16 14:34:56 +0000 |
---|---|---|
committer | Heikki Linnakangas | 2014-12-16 14:37:46 +0000 |
commit | 4d65e16a6ff609701a8780d3cddbae02c6e20926 (patch) | |
tree | a7400e1a8087f919acc6c7edb212cf366e439b0d /src/backend/lib/binaryheap.c | |
parent | da9f6a78ef84898ccdf7855089aa08e7524dfbdc (diff) |
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.c | 2 |
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 * |