Skip to content

Commit e3c5e48

Browse files
committed
Fix typo in comment.
Daniel Gustafsson
1 parent 16e7c02 commit e3c5e48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/pageinspect/heapfuncs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ heap_page_items(PG_FUNCTION_ARGS)
279279
*
280280
* Split raw tuple data taken directly from a page into an array of bytea
281281
* elements. This routine does a lookup on NULL values and creates array
282-
* elements accordindly. This is a reimplementation of nocachegetattr()
282+
* elements accordingly. This is a reimplementation of nocachegetattr()
283283
* in heaptuple.c simplified for educational purposes.
284284
*/
285285
static Datum

0 commit comments

Comments
 (0)