Index: client/crash_report_database.h |
diff --git a/client/crash_report_database.h b/client/crash_report_database.h |
index db90886b54f9ed2e623343cb491942c17d4f8c70..cb667dbeda462a024214d300f67555cfa2a3c948 100644 |
--- a/client/crash_report_database.h |
+++ b/client/crash_report_database.h |
@@ -137,8 +137,7 @@ class CrashReportDatabase { |
//! \brief Initializes a database of crash reports. |
//! |
- //! \param[in] path A path to a writable directory, where the database can |
- //! be created or opened. |
+ //! \param[in] path A path to the database to be created or opened. |
//! |
//! \return A database object on success, `nullptr` on failure with an error |
//! logged. |