aboutsummaryrefslogtreecommitdiff
path: root/include/sanitizer/lsan_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sanitizer/lsan_interface.h')
-rw-r--r--include/sanitizer/lsan_interface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sanitizer/lsan_interface.h b/include/sanitizer/lsan_interface.h
index db017c4de1a3..8fb8e756da26 100644
--- a/include/sanitizer/lsan_interface.h
+++ b/include/sanitizer/lsan_interface.h
@@ -43,7 +43,7 @@ extern "C" {
// Check for leaks now. This function behaves identically to the default
// end-of-process leak check. In particular, it will terminate the process if
- // leaks are found and the exit_code flag is non-zero.
+ // leaks are found and the exitcode runtime flag is non-zero.
// Subsequent calls to this function will have no effect and end-of-process
// leak check will not run. Effectively, end-of-process leak check is moved to
// the time of first invocation of this function.