Browse Source

spelling: checksum

Josh Soref 7 years ago
parent
commit
33b4417c76
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/dhcp/tests/protocol_util_unittest.cc

+ 1 - 1
src/lib/dhcp/tests/protocol_util_unittest.cc

@@ -55,7 +55,7 @@ TEST(ProtocolUtilTest, checksum) {
     // Let's set it to 2 and see whether it is included in the
     // calculation.
     chksum = ~calcChecksum(hdr, hdr_size, 2);
-    // The checkum value should change.
+    // The checksum value should change.
     EXPECT_EQ(0xb1e4, chksum);
 }