From: Josh Soref Date: Sun, 23 Jul 2017 16:12:56 +0000 (-0400) Subject: spelling: division X-Git-Tag: trac5124a_base~35^2~158 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=900b63137f29700ea7c819f4e6c8d12284fa211b;p=thirdparty%2Fkea.git spelling: division --- diff --git a/src/lib/dhcp/option6_iaprefix.cc b/src/lib/dhcp/option6_iaprefix.cc index 4bfa672f9b..f47f49d1a8 100644 --- a/src/lib/dhcp/option6_iaprefix.cc +++ b/src/lib/dhcp/option6_iaprefix.cc @@ -133,7 +133,7 @@ Option6IAPrefix::mask(OptionBuffer::const_iterator begin, std::copy(begin, begin + static_cast(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