Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tekezo committed Aug 15, 2024
1 parent 09e88a1 commit 5b1e092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/share/swift/LibKrbn/Settings.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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 profiles 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()
Expand Down

0 comments on commit 5b1e092

Please sign in to comment.