From 4d65e16a6ff609701a8780d3cddbae02c6e20926 Mon Sep 17 00:00:00 2001 From: Heikki Linnakangas Date: Tue, 16 Dec 2014 16:34:56 +0200 Subject: Misc comment typo fixes. Backpatch the applicable parts, just to make backpatching future patches easier. --- src/backend/lib/binaryheap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/backend/lib/binaryheap.c') 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 * -- cgit v1.2.3