Skip to content

Commit 027b446

Browse files
committed
update comments
1 parent 063cd1c commit 027b446

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/DbInterface.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1148,7 +1148,7 @@ void DbInterface::handleDefaultRouteStateNotification(swss::SubscriberStateTable
11481148
//
11491149
// ---> getWarmRestartFlag();
11501150
//
1151-
// get flag to check if system is in warm reboot context is on
1151+
// get flag to check if system is in warm reboot context
11521152
//
11531153
void DbInterface::getWarmRestartFlag(std::shared_ptr<swss::DBConnector> stateDbConnector)
11541154
{

src/DbInterface.h

Lines changed: 1 addition & 1 deletion
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)