🧹 fix typos

This commit is contained in:
Vladislav Nepogodin 2024-07-28 18:14:12 +04:00
parent 8f6e12b3e7
commit f66420565e
No known key found for this signature in database
GPG Key ID: B62C3D10C54D5DA9

View File

@ -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
@ -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,