diff --git a/src/system/libroot/os/driver_settings.c b/src/system/libroot/os/driver_settings.c index 0fef5f4a40..e69385ea0b 100644 --- a/src/system/libroot/os/driver_settings.c +++ b/src/system/libroot/os/driver_settings.c @@ -650,7 +650,7 @@ driver_settings_init(kernel_args *args) // this triggers parsing the settings when they are actually used if (!strcmp(handle->name, B_SAFEMODE_DRIVER_SETTINGS)) { - // These settings cannot be reloaded, so we better don't through + // These settings cannot be reloaded, so we better don't throw // them away. handle->ref_count = 1; } else