aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2016-10-26 11:10:13 +0300
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2016-10-26 11:10:13 +0300
commit8a2f08fbeaf75f67da122b49f05f96257df3faed (patch)
treeb99cd711884f2763fe35cf7cd0725fda380d9f27
parent510e1b8ecf2a6f0d91d50f41f6b7fd75242273a0 (diff)
downloadpostgresql-8a2f08fbeaf75f67da122b49f05f96257df3faed.tar.gz
postgresql-8a2f08fbeaf75f67da122b49f05f96257df3faed.zip
Fix typo in comment.
Daniel Gustafsson
-rw-r--r--contrib/pageinspect/heapfuncs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/pageinspect/heapfuncs.c b/contrib/pageinspect/heapfuncs.c
index 904eaef2dab..f8ac343cc19 100644
--- a/contrib/pageinspect/heapfuncs.c
+++ b/contrib/pageinspect/heapfuncs.c
@@ -279,7 +279,7 @@ heap_page_items(PG_FUNCTION_ARGS)
*
* Split raw tuple data taken directly from a page into an array of bytea
* elements. This routine does a lookup on NULL values and creates array
- * elements accordindly. This is a reimplementation of nocachegetattr()
+ * elements accordingly. This is a reimplementation of nocachegetattr()
* in heaptuple.c simplified for educational purposes.
*/
static Datum