aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/backend/commands/functioncmds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/commands/functioncmds.c b/src/backend/commands/functioncmds.c
index 82dd6598937..4bd030976da 100644
--- a/src/backend/commands/functioncmds.c
+++ b/src/backend/commands/functioncmds.c
@@ -74,7 +74,7 @@
/*
* Examine the RETURNS clause of the CREATE FUNCTION statement
- * and return information about it as *prorettype_p and *returnsSet.
+ * and return information about it as *prorettype_p and *returnsSet_p.
*
* This is more complex than the average typename lookup because we want to
* allow a shell type to be used, or even created if the specified return type