From: Stephen Morris Date: Tue, 27 Nov 2012 11:06:30 +0000 (+0000) Subject: [2364] Correct typos in header comments X-Git-Tag: bind10-1.0.0-beta-release~46^2~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a1003b53e1a2e5ae8291bf74e2cdb74af36f9ea;p=thirdparty%2Fkea.git [2364] Correct typos in header comments --- diff --git a/src/lib/dhcp/option.h b/src/lib/dhcp/option.h index fc2ab96438..d6d5f2d4f3 100644 --- a/src/lib/dhcp/option.h +++ b/src/lib/dhcp/option.h @@ -164,7 +164,7 @@ public: /// /// @param buf pointer to a buffer /// - /// @throw BadValid Universe of the option is neither V4 nor V6. + /// @throw BadValue Universe of the option is neither V4 nor V6. virtual void pack(isc::util::OutputBuffer& buf); /// @brief Writes option in a wire-format to a buffer. @@ -177,7 +177,7 @@ public: /// @param buf output buffer (option will be stored there) /// /// @throw OutOfRange Option type is greater than 255. - /// @throw BadValid Universe is not V4. + /// @throw BadValue Universe is not V4. virtual void pack4(isc::util::OutputBuffer& buf); /// @brief Parses received buffer. @@ -309,7 +309,7 @@ protected: /// /// @param buf output buffer (built options will be stored here) /// - /// @throw BadValid Universe is not V6. + /// @throw BadValue Universe is not V6. virtual void pack6(isc::util::OutputBuffer& buf); /// @brief A private method used for option correctness.