Browse Source

spelling: content

Josh Soref 7 years ago
parent
commit
fd9a49e841
3 changed files with 3 additions and 3 deletions
  1. 1 1
      src/bin/agent/agent_parser.yy
  2. 1 1
      src/bin/dhcp4/dhcp4_srv.h
  3. 1 1
      src/bin/dhcp6/dhcp6_srv.h

+ 1 - 1
src/bin/agent/agent_parser.yy

@@ -116,7 +116,7 @@ start: START_JSON      { ctx.ctx_ = ctx.NO_KEYWORDS; } json
 // expected by full grammar, we can tell the parser to start from content of
 // the Control-agent. This is very useful for unit-testing, so we don't need
 // to repeat the outer map and "Control-agent" map. We can simply provide
-// the concents of that map.
+// the contents of that map.
 sub_agent: LCURLY_BRACKET {
     // Parse the Control-agent map
     ElementPtr m(new MapElement(ctx.loc2pos(@1)));

+ 1 - 1
src/bin/dhcp4/dhcp4_srv.h

@@ -582,7 +582,7 @@ protected:
     /// server's response.
     void processClientName(Dhcpv4Exchange& ex);
 
-    /// @brief this is a prefix added to the contend of vendor-class option
+    /// @brief this is a prefix added to the content of vendor-class option
     ///
     /// If incoming packet has a vendor class option, its content is
     /// prepended with this prefix and then interpreted as a class.

+ 1 - 1
src/bin/dhcp6/dhcp6_srv.h

@@ -689,7 +689,7 @@ protected:
     /// @param [out] ctx reference to context object to be initialized.
     void initContext(const Pkt6Ptr& pkt, AllocEngine::ClientContext6& ctx);
 
-    /// @brief this is a prefix added to the contend of vendor-class option
+    /// @brief this is a prefix added to the content of vendor-class option
     ///
     /// If incoming packet has a vendor class option, its content is
     /// prepended with this prefix and then interpreted as a class.