From 39e9e0e43b75c60728c04c790e9b997b754f48eb Mon Sep 17 00:00:00 2001 From: Michael Lotz Date: Wed, 15 Oct 2008 08:08:31 +0000 Subject: [PATCH] Fix typo. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28120 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/system/libroot/os/driver_settings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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