From 08bcb7e0266feea6a94823e80df791ccf3b21671 Mon Sep 17 00:00:00 2001 From: Marcin Siodelski Date: Thu, 18 Apr 2019 20:37:38 +0200 Subject: [PATCH] [#571,!306] Addressed review comments. --- src/lib/database/audit_entry.h | 8 ++++---- src/lib/dhcp/option.h | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) 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. /// -- 2.47.2