From: Thomas Markwalder Date: Wed, 12 Aug 2020 19:18:10 +0000 (-0400) Subject: [#1369] Another review fix X-Git-Tag: Kea-1.8.0~93 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=621df16ac8ef82a83bf5015236d8c0633cbb1fe5;p=thirdparty%2Fkea.git [#1369] Another review fix --- 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_;