From: Shawn Routhier Date: Sat, 21 Nov 2015 06:07:37 +0000 (-0800) Subject: [trac4097a] Tidy up some text in the comments X-Git-Tag: trac4204fd_base~2^2~20^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d370d081ba28cbd52df5b769972af25dc95da66;p=thirdparty%2Fkea.git [trac4097a] Tidy up some text in the comments --- diff --git a/src/bin/dhcp4/dhcp4_srv.h b/src/bin/dhcp4/dhcp4_srv.h index d5f5c39fc3..8537ad4ae6 100644 --- a/src/bin/dhcp4/dhcp4_srv.h +++ b/src/bin/dhcp4/dhcp4_srv.h @@ -706,11 +706,11 @@ protected: /// @brief Assigns incoming packet to zero or more classes. /// - /// @note It is done in two phases: first the content of the + /// @note This is done in two phases: first the content of the /// vendor-class-identifier option is used as a class, by /// calling @ref classifyByVendor(). Second classification match - /// expressions are evaluated. The resulting class will be stored - /// in packet (see @ref isc::dhcp::Pkt4::classes_ and + /// expressions are evaluated. The resulting classes will be stored + /// in the packet (see @ref isc::dhcp::Pkt4::classes_ and /// @ref isc::dhcp::Pkt4::inClass). /// /// @param pkt packet to be classified