]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1369] Another review fix
authorThomas Markwalder <tmark@isc.org>
Wed, 12 Aug 2020 19:18:10 +0000 (15:18 -0400)
committerThomas Markwalder <tmark@isc.org>
Wed, 12 Aug 2020 19:19:37 +0000 (15:19 -0400)
src/lib/database/database_connection.h

index c49be14e67de1bd8555f98fe048ebc43e4e90dde..4c093532ebe6ee55bb594d1481286c3482ad7c70 100644 (file)
@@ -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_;