From: Marcin Siodelski Date: Thu, 18 Apr 2019 18:37:38 +0000 (+0200) Subject: [#571,!306] Addressed review comments. X-Git-Tag: Kea-1.6.0-beta~227 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08bcb7e0266feea6a94823e80df791ccf3b21671;p=thirdparty%2Fkea.git [#571,!306] Addressed review comments. --- diff --git a/src/lib/database/audit_entry.h b/src/lib/database/audit_entry.h index 47309cc946..bc5617ffe5 100644 --- a/src/lib/database/audit_entry.h +++ b/src/lib/database/audit_entry.h @@ -100,8 +100,8 @@ public: /// @brief Factory function creating an instance of @c AuditEntry. /// - /// This function should be used to create an instance of the shared - /// network within a hooks library in cases when the library may be + /// This function should be used to create an instance of the audit + /// entry within a hooks library in cases when the library may be /// unloaded before the object is destroyed. This ensures that the /// ownership of the object by the Kea process is retained. /// @@ -121,8 +121,8 @@ public: /// @brief Factory function creating an instance of @c AuditEntry. /// - /// This function should be used to create an instance of the shared - /// network within a hooks library in cases when the library may be + /// This function should be used to create an instance of the audit + /// entry within a hooks library in cases when the library may be /// unloaded before the object is destroyed. This ensures that the /// ownership of the object by the Kea process is retained. /// diff --git a/src/lib/dhcp/option.h b/src/lib/dhcp/option.h index 8907c1e341..fad71e5108 100644 --- a/src/lib/dhcp/option.h +++ b/src/lib/dhcp/option.h @@ -1,4 +1,4 @@ -// Copyright (C) 2011-2018 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2011-2019 Internet Systems Consortium, Inc. ("ISC") // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this @@ -167,8 +167,8 @@ public: /// @brief Factory function creating an instance of the @c Option. /// - /// This function should be used to create an instance of the shared - /// network within a hooks library in cases when the library may be + /// This function should be used to create an instance of the DHCP + /// option within a hooks library in cases when the library may be /// unloaded before the object is destroyed. This ensures that the /// ownership of the object by the Kea process is retained. /// @@ -180,8 +180,8 @@ public: /// @brief Factory function creating an instance of the @c Option. /// - /// This function should be used to create an instance of the shared - /// network within a hooks library in cases when the library may be + /// This function should be used to create an instance of the DHCP + /// option within a hooks library in cases when the library may be /// unloaded before the object is destroyed. This ensures that the /// ownership of the object by the Kea process is retained. ///