summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/lib/database/database_connection.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/database/database_connection.h b/src/lib/database/database_connection.h
index c49be14e67..4c093532eb 100644
--- a/src/lib/database/database_connection.h
+++ b/src/lib/database/database_connection.h
@@ -272,8 +272,8 @@ private:
/// @brief Indicates if the connection can no longer be used for normal
/// operations. Typically a connection is marked unusable after an unrecoverable
- /// DB error. There may be a time during which the connection exists after
- /// such an every during which it cannot be used for anything beyond checking
+ /// DB error. There may be a time when the connection exists, after
+ /// such an event, during which it cannot be used for anything beyond checking
/// parameters and error information. This flag can be used as a guard in
/// code to prevent inadvertent use of a broken connection.
bool unusable_;