graphics: Spell check drivers, fix tab. No functional change

This commit is contained in:
Alexander von Gluck IV
2014-01-28 23:32:16 -06:00
parent bc8a69e326
commit eef994b964
2 changed files with 2 additions and 2 deletions
@@ -142,7 +142,7 @@ device_open(const char* name, uint32 /*flags*/, void** _cookie)
info->open_count++;
*_cookie = info;
} else
ERROR("%s: initilization failed!\n", __func__);
ERROR("%s: initialization failed!\n", __func__);
return info->init_status;
}
@@ -139,7 +139,7 @@ device_open(const char* name, uint32 /*flags*/, void** _cookie)
info->open_count++;
*_cookie = info;
} else
ERROR("%s: initilization failed!\n", __func__);
ERROR("%s: initialization failed!\n", __func__);
mutex_unlock(&gLock);