aboutsummaryrefslogtreecommitdiff
path: root/src/tutorial/funcs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tutorial/funcs.c')
-rw-r--r--src/tutorial/funcs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tutorial/funcs.c b/src/tutorial/funcs.c
index 61ad1417a86..3c78f336fc0 100644
--- a/src/tutorial/funcs.c
+++ b/src/tutorial/funcs.c
@@ -25,7 +25,7 @@ float8 *add_one_float8(float8 *arg);
Point *makepoint(Point *pointx, Point *pointy);
text *copytext(text *t);
text *concat_text(text *arg1, text *arg2);
-bool c_overpaid(HeapTupleHeader t, /* the current instance of EMP */
+bool c_overpaid(HeapTupleHeader t, /* the current instance of EMP */
int32 limit);