summaryrefslogtreecommitdiff
path: root/libc/malloc_debug/Config.cpp
diff options
context:
space:
mode:
authorTamas Berghammer <tberghammer@google.com>2016-08-26 12:34:16 +0100
committerTamas Berghammer <tberghammer@google.com>2016-08-26 12:34:16 +0100
commit545808a60875868d5cc5226024440679590bb808 (patch)
treec6a120ff56cdee0e20c80e8750679f9a4b86c598 /libc/malloc_debug/Config.cpp
parent42d24ca8188fac3ba96a1b9a482924658668973b (diff)
Fix a typo in the debug malloc usage info
Change-Id: I010fdc6c228a5f64edfef1c267cde7a2eef5190b
Diffstat (limited to 'libc/malloc_debug/Config.cpp')
-rw-r--r--libc/malloc_debug/Config.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/malloc_debug/Config.cpp b/libc/malloc_debug/Config.cpp
index 885542e1e..c9fb850d8 100644
--- a/libc/malloc_debug/Config.cpp
+++ b/libc/malloc_debug/Config.cpp
@@ -321,7 +321,7 @@ void PropertyParser::LogUsage() {
error_log(" recorded. of frames to capture. The default value is %zu.", DEFAULT_RECORD_ALLOCS);
error_log(" If the allocation list fills up, all further allocations are not recorded.");
error_log("");
- error_log(" record_alloc_file[=FILE]");
+ error_log(" record_allocs_file[=FILE]");
error_log(" This option only has meaning if the record_allocs options has been specified.");
error_log(" This is the name of the file to which recording information will be dumped.");
error_log(" The default is %s.", DEFAULT_RECORD_ALLOCS_FILE);