Browse Source

[4097a] Merge branch 'trac4097a' of ssh://git.kea.isc.org/git/kea into trac4097a

Francis Dupont 9 years ago
parent
commit
e2e0a9bedc
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/bin/dhcp4/dhcp4_srv.h

+ 3 - 3
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