diff options
author | thestig@chromium.org <thestig@chromium.org@4c0a9323-5329-0410-9bdc-e9ce6186880e> | 2014-05-12 19:36:46 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@4c0a9323-5329-0410-9bdc-e9ce6186880e> | 2014-05-12 19:36:46 +0000 |
commit | 31845f2bce5a5f8d414fac2e68c1548e8b909db1 (patch) | |
tree | 8f250b9a5f2a0f8672bed3dd1205498f270103eb /src | |
parent | Add required build options to correctly target XP (diff) | |
download | breakpad-31845f2bce5a5f8d414fac2e68c1548e8b909db1.tar.xz |
Fix the documentation for MinidumpFileWriter::Open().
BUG=581
R=mark@chromium.org
Review URL: https://breakpad.appspot.com/6654002
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1328 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'src')
-rw-r--r-- | src/client/minidump_file_writer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/minidump_file_writer.h b/src/client/minidump_file_writer.h index 538e8545..ce32b6d0 100644 --- a/src/client/minidump_file_writer.h +++ b/src/client/minidump_file_writer.h @@ -74,8 +74,8 @@ public: MinidumpFileWriter(); ~MinidumpFileWriter(); - // Open |path| as the destination of the minidump data. Any existing file - // will be overwritten. + // Open |path| as the destination of the minidump data. If |path| already + // exists, then Open() will fail. // Return true on success, or false on failure. bool Open(const char *path); |