From ea78d1381e01d96bb7d6426f25b8033fd11b9c14 Mon Sep 17 00:00:00 2001 From: Heikki Linnakangas Date: Tue, 16 Dec 2014 16:34:56 +0200 Subject: [PATCH] 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(-) diff --git a/src/backend/lib/binaryheap.c b/src/backend/lib/binaryheap.c index 7125970a50f..2994240c4b3 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-2013, PostgreSQL Global Development Group * -- 2.30.2