]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1064] Minor typo corrected
authorTomek Mrugalski <tomasz@isc.org>
Sun, 26 Jan 2020 19:52:05 +0000 (20:52 +0100)
committerTomek Mrugalski <tomasz@isc.org>
Sun, 26 Jan 2020 19:52:05 +0000 (20:52 +0100)
src/hooks/dhcp/bootp/bootp_callouts.cc

index 9a035688a58c6eba375bd3375bc7bbdd75c6edb7..7a3fda37ec690ccc9aaadc26e45dca85fb2cdb47 100644 (file)
@@ -22,7 +22,7 @@ using namespace isc::stats;
 namespace {
 
 // DHCP Specific options listed in RFC 1533 section 9 and with a code name
-// beginning by DH0_DHCP_.
+// beginning by DHO_DHCP_.
 const std::vector<uint16_t> DHCP_SPECIFIC_OPTIONS = {
     DHO_DHCP_REQUESTED_ADDRESS,
     DHO_DHCP_LEASE_TIME,