]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
spelling: division
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 16:12:56 +0000 (12:12 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 16:12:56 +0000 (12:12 -0400)
src/lib/dhcp/option6_iaprefix.cc

index 4bfa672f9b06eac56bc2aa6bf8131ce83c8aafd9..f47f49d1a812267af4b66ac2b8aba91a3151b01a 100644 (file)
@@ -133,7 +133,7 @@ Option6IAPrefix::mask(OptionBuffer::const_iterator begin,
         std::copy(begin, begin + static_cast<uint8_t>(len/8), output_address.begin());
         // The remaining significant bits of the last octet have to be left unchanged,
         // but the remaining bits of this octet must be set to zero. The number of
-        // significant bits is calculated as a reminder from the devision of the
+        // significant bits is calculated as a reminder from the division of the
         // prefix length by 8 (by size of the octet). The number of bits to be set
         // to zero is therefore calculated as: 8 - (len % 8).
         // Next, the mask is created by shifting the 0xFF by the number of bits