From b3c476ccdd30aeb1a9dea27a68b7a2dd528944b9 Mon Sep 17 00:00:00 2001 From: Alex Gorrod Date: Fri, 22 Jan 2016 16:02:41 +1100 Subject: Fixup build warnings. --- bench/wtperf/wtperf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bench/wtperf/wtperf.h') diff --git a/bench/wtperf/wtperf.h b/bench/wtperf/wtperf.h index ad71877fdcf..28d359dd8ef 100644 --- a/bench/wtperf/wtperf.h +++ b/bench/wtperf/wtperf.h @@ -188,7 +188,7 @@ struct __config { /* Configuration structure */ volatile int in_warmup; /* Running warmup phase */ pthread_t idle_table_cycle_thread; /* Thread ID of idle cycle thread */ - volatile bool idle_cycle_run; /* Signal idle cycle thread */ + volatile bool idle_cycle_run; /* Signal for idle cycle thread */ volatile uint32_t totalsec; /* total seconds running */ -- cgit v1.2.1