/// @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.
///
/// @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.
///
-// 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
/// @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.
///
/// @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.
///