From: Heikki Linnakangas Date: Tue, 16 Dec 2014 14:34:56 +0000 (+0200) Subject: Misc comment typo fixes. X-Git-Tag: REL9_3_6~80 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ea78d1381e01d96bb7d6426f25b8033fd11b9c14;p=thirdparty%2Fpostgresql.git Misc comment typo fixes. Backpatch the applicable parts, just to make backpatching future patches easier. --- 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 *