summaryrefslogtreecommitdiff
path: root/examples/c/ex_all.c
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2014-05-01 20:51:52 -0400
committerKeith Bostic <keith@wiredtiger.com>2014-05-01 20:51:52 -0400
commit32bf0eee2fddab74d0a017be33913b0644b99799 (patch)
tree526819aed505b2761d1f2ecbbbdad6d7d856ab65 /examples/c/ex_all.c
parentcd3b601b45db4e8e7203c75005b5f40bb7f67a2d (diff)
downloadmongo-32bf0eee2fddab74d0a017be33913b0644b99799.tar.gz
Don't mention valgrind by name, it makes spell check sad.
Diffstat (limited to 'examples/c/ex_all.c')
-rw-r--r--examples/c/ex_all.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/c/ex_all.c b/examples/c/ex_all.c
index 3ed4658bfe8..44608bf920d 100644
--- a/examples/c/ex_all.c
+++ b/examples/c/ex_all.c
@@ -1052,8 +1052,8 @@ main(void)
(void)conn->close(conn, NULL);
/*
- * Don't run this code, because valgrind gets very upset when we leak
- * memory.
+ * Don't run this code, because memory checkers get very upset when we
+ * leak memory.
*/
(void)wiredtiger_open(home, NULL, "create", &conn);
/*! [Connection close leaking memory] */