diff --git a/src/backend/commands/indexcmds.c b/src/backend/commands/indexcmds.c index 6d696dd672b..4e8263af4be 100644 --- a/src/backend/commands/indexcmds.c +++ b/src/backend/commands/indexcmds.c @@ -2870,7 +2870,7 @@ ReindexRelationConcurrently(Oid relationOid, int options) /* * Don't allow reindex for an invalid index on TOAST table, as - * if rebuild it would not be possible to drop it. + * if rebuilt it would not be possible to drop it. */ if (IsToastNamespace(get_rel_namespace(relationOid)) && !get_index_isvalid(relationOid))