BIND 10 trac2364, updated. 4a1003b53e1a2e5ae8291bf74e2cdb74af36f9ea [2364] Correct typos in header comments

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Nov 27 11:07:58 UTC 2012


The branch, trac2364 has been updated
       via  4a1003b53e1a2e5ae8291bf74e2cdb74af36f9ea (commit)
      from  a8cc78f205ee37f2c26a4bca3e82c6f74c22b9cb (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 4a1003b53e1a2e5ae8291bf74e2cdb74af36f9ea
Author: Stephen Morris <stephen at isc.org>
Date:   Tue Nov 27 11:06:30 2012 +0000

    [2364] Correct typos in header comments

-----------------------------------------------------------------------

Summary of changes:
 src/lib/dhcp/option.h |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/dhcp/option.h b/src/lib/dhcp/option.h
index fc2ab96..d6d5f2d 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.



More information about the bind10-changes mailing list