Skip to content

Commit aa28724

Browse files
committed
update comments
1 parent 4a5aa6a commit aa28724

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/DbInterface.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1146,7 +1146,7 @@ void DbInterface::handleDefaultRouteStateNotification(swss::SubscriberStateTable
11461146
//
11471147
// ---> getWarmRestartFlag();
11481148
//
1149-
// get flag to check if system is in warm reboot context is on
1149+
// get flag to check if system is in warm reboot context
11501150
//
11511151
void DbInterface::getWarmRestartFlag(std::shared_ptr<swss::DBConnector> stateDbConnector)
11521152
{

src/DbInterface.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ class DbInterface
453453
/**
454454
* @method getWarmRestartFlag
455455
*
456-
* @brief get flag to check if system is in warm reboot context is on
456+
* @brief get flag to check if system is in warm reboot context
457457
*
458458
* @param stateDbConnector state db connector
459459
*

0 commit comments

Comments
 (0)