Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
Changed print_metric_colum_names -> print_metric_column_names
  • Loading branch information
Jared Taylor authored and djdeath committed Jul 17, 2018
1 parent 455a248 commit e57702a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wrapper/gputop-wrapper-main.c
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ static void print_metric_counter(struct gputop_client_context *ctx,
}
}

static void print_metric_colum_names(void)
static void print_metric_column_names(void)
{
int i;
for (i = 0; i < context.n_metric_columns; i++) {
Expand Down Expand Up @@ -534,7 +534,7 @@ static bool handle_features()
print_system_info();
}
if (context.print_headers)
print_metric_colum_names();
print_metric_column_names();
return false;
}

Expand Down

0 comments on commit e57702a

Please sign in to comment.