]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
spelling: offset
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 19:00:15 +0000 (15:00 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 19:00:15 +0000 (15:00 -0400)
src/lib/dhcp/pkt6.cc

index c14014ef63190459aeb13eda4552d6a5e2a1d972..6097410342d75a2ebb8cad0d122be015e08ac864 100644 (file)
@@ -442,7 +442,7 @@ Pkt6::unpackRelayMsg() {
     // we use offset + bufsize, because we want to avoid creating unnecessary
     // copies. There may be up to 32 relays. While using InputBuffer would
     // be probably a bit cleaner, copying data up to 32 times is unacceptable
-    // price here. Hence a single buffer with offets and lengths.
+    // price here. Hence a single buffer with offsets and lengths.
     size_t bufsize = data_.size();
     size_t offset = 0;