summaryrefslogtreecommitdiffstats
path: root/src/lib/dhcpsrv/srv_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/dhcpsrv/srv_config.h')
-rw-r--r--src/lib/dhcpsrv/srv_config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/dhcpsrv/srv_config.h b/src/lib/dhcpsrv/srv_config.h
index 33f846fefb..0b2b1b047f 100644
--- a/src/lib/dhcpsrv/srv_config.h
+++ b/src/lib/dhcpsrv/srv_config.h
@@ -976,10 +976,10 @@ public:
const std::string& name) const;
/// @brief Conducts sanity checks on global DDNS ttl parameters:
- /// ddsn-ttl, ddsn-ttl-percent, ddns-ttl-min, ddns-ttl-max
+ /// ddns-ttl, ddns-ttl-percent, ddns-ttl-min, ddns-ttl-max
///
- /// If ddns-ttl is specified none of the others can be
- /// If ddns-ttl-min and ddsn-ttl-max are specified max cannot
+ /// If ddns-ttl is specified none of the others can be.
+ /// If ddns-ttl-min and ddns-ttl-max are specified max cannot
/// be less than min.
///
/// @throw Throws BadValue if any of the rules are violated.