]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] Trivial comment fix
authorFrancis Dupont <fdupont@isc.org>
Wed, 11 Nov 2015 21:55:18 +0000 (22:55 +0100)
committerFrancis Dupont <fdupont@isc.org>
Wed, 11 Nov 2015 21:55:18 +0000 (22:55 +0100)
src/lib/dhcpsrv/client_class_def.h

index 523c805120b24a2695396061bc13a8c41b03e57b..722fcfe22ed7d1cf74ce2c2eb5202369277d7d2e 100644 (file)
@@ -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