summaryrefslogtreecommitdiff
path: root/src/components/config_profile/src/profile.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/config_profile/src/profile.cc')
-rw-r--r--src/components/config_profile/src/profile.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/config_profile/src/profile.cc b/src/components/config_profile/src/profile.cc
index a75eef1fc1..9ea2672448 100644
--- a/src/components/config_profile/src/profile.cc
+++ b/src/components/config_profile/src/profile.cc
@@ -1088,7 +1088,7 @@ void Profile::UpdateValues() {
LOG_UPDATED_VALUE(
app_icons_amount_to_remove_, kAppIconsAmountToRemoveKey, kSDL4Section);
- // Enable protocol ver.4 parameter
+ // Enable protocol ver.5 parameter
std::string enable_protocol_5_value;
if (ReadValue(&enable_protocol_5_value, kSDL5Section, kEnableProtocol5Key) &&
0 == strcmp("true", enable_protocol_5_value.c_str())) {