diff options
Diffstat (limited to 'src/lib/dhcpsrv/cfgmgr.h')
-rw-r--r-- | src/lib/dhcpsrv/cfgmgr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/dhcpsrv/cfgmgr.h b/src/lib/dhcpsrv/cfgmgr.h index a3aa4ccbf4..d5492ed29b 100644 --- a/src/lib/dhcpsrv/cfgmgr.h +++ b/src/lib/dhcpsrv/cfgmgr.h @@ -150,7 +150,7 @@ public: /// @brief Commits the staging configuration. /// /// The staging configuration becomes current configuration when this - /// function is called. It removes the oldest configuration held in the + /// function is called. It removes the oldest configurations held in the /// history so as the size of the list of configuration does not exceed /// the @c CONFIG_LIST_SIZE. /// |