From 5b1e0923aa673471b128b91096211f8d44c2d865 Mon Sep 17 00:00:00 2001 From: Takayama Fumihiko Date: Thu, 15 Aug 2024 18:04:39 +0900 Subject: [PATCH] Update comment --- src/apps/share/swift/LibKrbn/Settings.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/share/swift/LibKrbn/Settings.swift b/src/apps/share/swift/LibKrbn/Settings.swift index ef7c00261..ea07f5275 100644 --- a/src/apps/share/swift/LibKrbn/Settings.swift +++ b/src/apps/share/swift/LibKrbn/Settings.swift @@ -610,7 +610,7 @@ extension LibKrbn { public func selectProfile(_ profile: Profile) { libkrbn_core_configuration_select_profile(profile.index) - // To update all settings to the new profile’s contents, it is necessary to call `updateProperties`. + // To update all settings to the new profile's contents, it is necessary to call `updateProperties`. updateProperties() save()