Browse Source

[master] Trivial comment fix

Francis Dupont 9 years ago
parent
commit
db57e8b01f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/dhcpsrv/client_class_def.h

+ 1 - 1
src/lib/dhcpsrv/client_class_def.h

@@ -111,7 +111,7 @@ typedef boost::shared_ptr<ClientClassDef> ClientClassDefPtr;
 /// @brief Defines a map of ClientClassDef's, keyed by the class name.
 typedef std::map<std::string,ClientClassDefPtr> ClientClassDefMap;
 
-/// @brief Defines a pointer to a ClientClassDictionary
+/// @brief Defines a pointer to a ClientClassDefMap
 typedef boost::shared_ptr<ClientClassDefMap> ClientClassDefMapPtr;
 
 /// @brief Maintains a list of ClientClassDef's