diff options
Diffstat (limited to 'src/client')
-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); |