lit: Rename the valgrind leaks feature to match what is currently used
(vg_leak).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166306 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/docs/CommandGuide/lit.rst b/docs/CommandGuide/lit.rst
index 841bd20..9e96cd2 100644
--- a/docs/CommandGuide/lit.rst
+++ b/docs/CommandGuide/lit.rst
@@ -140,7 +140,7 @@
**--vg-leak**
When *--vg* is used, enable memory leak checks. When this option is enabled,
- **lit** will also automatically provide a "valgrind-leaks" feature that can be
+ **lit** will also automatically provide a "vg_leak" feature that can be
used to conditionally disable (or expect failure in) certain tests.