aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/commands')
-rw-r--r--src/backend/commands/indexcmds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/commands/indexcmds.c b/src/backend/commands/indexcmds.c
index 646b209b2cb..73e8b249e90 100644
--- a/src/backend/commands/indexcmds.c
+++ b/src/backend/commands/indexcmds.c
@@ -2742,7 +2742,7 @@ ReindexRelationConcurrently(Oid relationOid, int options)
/*
* Extract the list of indexes that are going to be rebuilt based on the
- * list of relation Oids given by caller.
+ * relation Oid given by caller.
*/
switch (relkind)
{