Browse Source

spelling: division

Josh Soref 7 years ago
parent
commit
900b63137f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/dhcp/option6_iaprefix.cc

+ 1 - 1
src/lib/dhcp/option6_iaprefix.cc

@@ -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