]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[trac4097a] Tidy up some text in the comments
authorShawn Routhier <sar@isc.org>
Sat, 21 Nov 2015 06:07:37 +0000 (22:07 -0800)
committerShawn Routhier <sar@isc.org>
Sat, 21 Nov 2015 06:07:37 +0000 (22:07 -0800)
src/bin/dhcp4/dhcp4_srv.h

index d5f5c39fc3af68c5520ac1d597d3cebcbe3e1f56..8537ad4ae62c3fc600e1ad68120733785cc25b75 100644 (file)
@@ -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