summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Bostic <keith.bostic@mongodb.com>2016-05-22 09:48:25 -0400
committerKeith Bostic <keith.bostic@mongodb.com>2016-05-22 09:48:25 -0400
commiteeff19c80ca678959ca5749e4404a692b6bc0758 (patch)
tree7cdd5f403d59c7c341bd1c6df23cf5182ff258d4
parent1b9a6858989bfc483fa9f77f2f56260ae4b1b15a (diff)
downloadmongo-eeff19c80ca678959ca5749e4404a692b6bc0758.tar.gz
WT-2651: Coverity 1355591 resource leak (#2738)
Fix comment spelling.
-rw-r--r--bench/wtperf/config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/wtperf/config.c b/bench/wtperf/config.c
index 7e3acab35c7..d8c2de6e587 100644
--- a/bench/wtperf/config.c
+++ b/bench/wtperf/config.c
@@ -616,7 +616,7 @@ config_opt_file(CONFIG *cfg, const char *filename)
continue;
/*
- * An empty line terminating an option we're buliding;
+ * An empty line terminating an option we're building;
* clean things up so we can proceed.
*/
linelen = 0;