diff --git a/src/bin/pgbench/pgbench.c b/src/bin/pgbench/pgbench.c index 098fb43b3c..4d5d6560bf 100644 --- a/src/bin/pgbench/pgbench.c +++ b/src/bin/pgbench/pgbench.c @@ -4415,7 +4415,7 @@ executeMetaCommand(CState *st, pg_time_usec_t *now) } /* - * Return the number fo failed transactions. + * Return the number of failed transactions. */ static int64 getFailures(const StatsData *stats)