projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cfc878a
)
Misc comment typo fixes.
author
Heikki Linnakangas
<
[email protected]
>
Tue, 16 Dec 2014 14:34:56 +0000
(16:34 +0200)
committer
Heikki Linnakangas
<
[email protected]
>
Tue, 16 Dec 2014 14:39:33 +0000
(16:39 +0200)
Backpatch the applicable parts, just to make backpatching future patches
easier.
src/backend/lib/binaryheap.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/lib/binaryheap.c
b/src/backend/lib/binaryheap.c
index 7125970a50fcf14b73fccc8158e000bc6c3fcf28..2994240c4b3a4205a5aa19acf15c26ecace82441 100644
(file)
--- 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 implementa
t
ion
*
* Portions Copyright (c) 2012-2013, PostgreSQL Global Development Group
*