Skip to content

Commit

Permalink
🧹 fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
vnepogodin committed Jul 28, 2024
1 parent 8f6e12b commit f664205
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1070,7 +1070,7 @@ void install_refind() noexcept {
"linux-cachyos", "linux", "linux-cachyos-cfs", "linux-cachyos-bore",
"linux-cachyos-tt", "linux-cachyos-bmq", "linux-cachyos-pds", "linux-cachyos-lts"};

// TODO(vnepogodin): detection MUST not be done here, and installed must be carried from upper functions
// TODO(vnepogodin): detection MUST NOT be done here, and instead MUST be carried from upper functions
// ---- start ---

// Check if the volume is removable. If so, install all drivers
Expand Down Expand Up @@ -1131,7 +1131,7 @@ void install_refind() noexcept {
return;
}

// start systemd-boot install & configuration
// start refind install & configuration
const gucc::bootloader::RefindInstallConfig refind_install_config{
.is_removable = is_removable,
.root_mountpoint = mountpoint,
Expand Down

0 comments on commit f664205

Please sign in to comment.