From: Francis Dupont Date: Tue, 18 Jun 2019 12:43:21 +0000 (+0200) Subject: [642-update-mysql-cb-with-calls-to-set-delete-and-retrieve-servers] Minor comment... X-Git-Tag: Kea-1.6.0-beta2~167 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75a976fc7c26a95a25fc316cebc9d825126e874e;p=thirdparty%2Fkea.git [642-update-mysql-cb-with-calls-to-set-delete-and-retrieve-servers] Minor comment fixes in hook header files --- diff --git a/src/hooks/dhcp/mysql_cb/mysql_cb_dhcp4.h b/src/hooks/dhcp/mysql_cb/mysql_cb_dhcp4.h index 988bcf3d91..1262cc24fe 100644 --- a/src/hooks/dhcp/mysql_cb/mysql_cb_dhcp4.h +++ b/src/hooks/dhcp/mysql_cb/mysql_cb_dhcp4.h @@ -181,7 +181,7 @@ public: /// returned depending on the server selector specified: /// - ALL: only common parameters are returned which are associated with /// the logical server 'all'. No parameters associated with the explicit - /// server tags are returned. + /// server tags are returned. /// /// - ONE: parameters used by the particular sever are returned. This includes /// parameters associated with the particular server (identified by tag) diff --git a/src/hooks/dhcp/mysql_cb/mysql_cb_dhcp6.h b/src/hooks/dhcp/mysql_cb/mysql_cb_dhcp6.h index 16d3fd659f..4b246f549d 100644 --- a/src/hooks/dhcp/mysql_cb/mysql_cb_dhcp6.h +++ b/src/hooks/dhcp/mysql_cb/mysql_cb_dhcp6.h @@ -181,7 +181,7 @@ public: /// returned depending on the server selector specified: /// - ALL: only common parameters are returned which are associated with /// the logical server 'all'. No parameters associated with the explicit - /// server tags are returned. + /// server tags are returned. /// /// - ONE: parameters used by the particular sever are returned. This includes /// parameters associated with the particular server (identified by tag) diff --git a/src/hooks/dhcp/mysql_cb/mysql_cb_impl.h b/src/hooks/dhcp/mysql_cb/mysql_cb_impl.h index d434c4d633..ad45bb33af 100644 --- a/src/hooks/dhcp/mysql_cb/mysql_cb_impl.h +++ b/src/hooks/dhcp/mysql_cb/mysql_cb_impl.h @@ -641,7 +641,7 @@ public: /// @param create_audit_revision Index of the query inserting audit /// revision. /// @param create_index Index of the INSERT query to be used. - /// @param update_index index of the UPDATE query to be used. + /// @param update_index Index of the UPDATE query to be used. /// @param server Pointer to the server to be inserted or updated. void createUpdateServer(const int create_audit_revision_index, const int create_index,