From 5d370d081ba28cbd52df5b769972af25dc95da66 Mon Sep 17 00:00:00 2001 From: Shawn Routhier Date: Fri, 20 Nov 2015 22:07:37 -0800 Subject: [PATCH] [trac4097a] Tidy up some text in the comments --- src/bin/dhcp4/dhcp4_srv.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.47.2