Browse Source

[3036] Minor: spell check and copyright dates.

Marcin Siodelski 11 years ago
parent
commit
c322cadf5a
3 changed files with 6 additions and 6 deletions
  1. 1 1
      src/bin/d2/ncr_msg.h
  2. 4 4
      src/bin/dhcp6/dhcp6_srv.h
  3. 1 1
      src/lib/dhcpsrv/alloc_engine.h

+ 1 - 1
src/bin/d2/ncr_msg.h

@@ -101,7 +101,7 @@ public:
     /// or there is an odd number of digits.
     void fromStr(const std::string& data);
 
-    /// @brief Sets the DHCID value based on the DUID.
+    /// @brief Sets the DHCID value based on the DUID and FQDN.
     ///
     /// @param duid A @c isc::dhcp::DUID object encapsulating DUID.
     /// @param wire_fqdn A on-wire canonical representation of the FQDN.

+ 4 - 4
src/bin/dhcp6/dhcp6_srv.h

@@ -81,7 +81,7 @@ public:
     ///
     /// Main server processing loop. Receives incoming packets, verifies
     /// their correctness, generates appropriate answer (if needed) and
-    /// transmits respones.
+    /// transmits responses.
     ///
     /// @return true, if being shut down gracefully, fail if experienced
     ///         critical error.
@@ -108,7 +108,7 @@ protected:
     ///
     /// Processes received SOLICIT message and verifies that its sender
     /// should be served. In particular IA, TA and PD options are populated
-    /// with to-be assinged addresses, temporary addresses and delegated
+    /// with to-be assigned addresses, temporary addresses and delegated
     /// prefixes, respectively. In the usual 4 message exchange, server is
     /// expected to respond with ADVERTISE message. However, if client
     /// requests rapid-commit and server supports it, REPLY will be sent
@@ -124,7 +124,7 @@ protected:
     ///
     /// Processes incoming REQUEST message and verifies that its sender
     /// should be served. In particular IA, TA and PD options are populated
-    /// with assinged addresses, temporary addresses and delegated
+    /// with assigned addresses, temporary addresses and delegated
     /// prefixes, respectively. Uses LeaseMgr to allocate or update existing
     /// leases.
     ///
@@ -340,7 +340,7 @@ protected:
     /// this function will not remove the entries which server hadn't added.
     /// This is the case, when client performs forward DNS update on its own.
     ///
-    /// @param lease A lease for which the the removal of correponding DNS
+    /// @param lease A lease for which the the removal of corresponding DNS
     /// records will be performed.
     void createRemovalNameChangeRequest(const Lease6Ptr& lease);
 

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

@@ -1,4 +1,4 @@
-// Copyright (C) 2012 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above