diff options
author | Thomas Markwalder <tmark@isc.org> | 2020-08-12 21:18:10 +0200 |
---|---|---|
committer | Thomas Markwalder <tmark@isc.org> | 2020-08-12 21:19:37 +0200 |
commit | 621df16ac8ef82a83bf5015236d8c0633cbb1fe5 (patch) | |
tree | c8ffca4d371d632098693ae6697d5af7fa48aeab /src/lib/database/database_connection.h | |
parent | [#1369] More review fixes. (diff) | |
download | kea-621df16ac8ef82a83bf5015236d8c0633cbb1fe5.tar.xz kea-621df16ac8ef82a83bf5015236d8c0633cbb1fe5.zip |
[#1369] Another review fix
Diffstat (limited to 'src/lib/database/database_connection.h')
-rw-r--r-- | src/lib/database/database_connection.h | 4 |
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_; |