Fix typo.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28120 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Lotz 2008-10-15 08:08:31 +00:00
parent c2b295654c
commit 39e9e0e43b
1 changed files with 1 additions and 1 deletions

View File

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