diff options
| author | Heikki Linnakangas | 2014-12-16 14:34:56 +0000 |
|---|---|---|
| committer | Heikki Linnakangas | 2014-12-16 14:39:33 +0000 |
| commit | ea78d1381e01d96bb7d6426f25b8033fd11b9c14 (patch) | |
| tree | d881aa767bd45320277ccd1efd6411acb705b4ce /src | |
| parent | cfc878a45c4834ce8a09523d0d72b42ece8bab7a (diff) | |
Misc comment typo fixes.
Backpatch the applicable parts, just to make backpatching future patches
easier.
Diffstat (limited to 'src')
| -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 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 * |
