From: Francis Dupont Date: Wed, 11 Nov 2015 21:55:18 +0000 (+0100) Subject: [master] Trivial comment fix X-Git-Tag: trac4121_base~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db57e8b01f369240d6ac8169d9fb24ac62d9c370;p=thirdparty%2Fkea.git [master] Trivial comment fix --- diff --git a/src/lib/dhcpsrv/client_class_def.h b/src/lib/dhcpsrv/client_class_def.h index 523c805120..722fcfe22e 100644 --- a/src/lib/dhcpsrv/client_class_def.h +++ b/src/lib/dhcpsrv/client_class_def.h @@ -111,7 +111,7 @@ typedef boost::shared_ptr ClientClassDefPtr; /// @brief Defines a map of ClientClassDef's, keyed by the class name. typedef std::map ClientClassDefMap; -/// @brief Defines a pointer to a ClientClassDictionary +/// @brief Defines a pointer to a ClientClassDefMap typedef boost::shared_ptr ClientClassDefMapPtr; /// @brief Maintains a list of ClientClassDef's