Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
zjswhhh committed May 27, 2022
1 parent 063cd1c commit 027b446
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/DbInterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1148,7 +1148,7 @@ void DbInterface::handleDefaultRouteStateNotification(swss::SubscriberStateTable
//
// ---> getWarmRestartFlag();
//
// get flag to check if system is in warm reboot context is on
// get flag to check if system is in warm reboot context
//
void DbInterface::getWarmRestartFlag(std::shared_ptr<swss::DBConnector> stateDbConnector)
{
Expand Down
2 changes: 1 addition & 1 deletion src/DbInterface.h
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ class DbInterface
/**
* @method getWarmRestartFlag
*
* @brief get flag to check if system is in warm reboot context is on
* @brief get flag to check if system is in warm reboot context
*
* @param stateDbConnector state db connector
*
Expand Down

0 comments on commit 027b446

Please sign in to comment.