diff --git a/src/lib/dhcp_ddns/ncr_io.h b/src/lib/dhcp_ddns/ncr_io.h index c9618b8b92..5da47995f5 100644 --- a/src/lib/dhcp_ddns/ncr_io.h +++ b/src/lib/dhcp_ddns/ncr_io.h @@ -323,7 +323,7 @@ public: /// IO service attempting to invoke methods on objects that are no longer /// valid. /// - /// @return The pending flag. + /// @return The IO pending flag. bool isIoPending() const { return (io_pending_); }