Fixed typos

This commit is contained in:
Sascha Willems 2020-08-08 13:25:58 +02:00
parent 3e5f545b83
commit e1ec3b6c78
11 changed files with 23 additions and 29 deletions

View file

@ -98,7 +98,7 @@ namespace vks
public:
std::vector<std::unique_ptr<Thread>> threads;
// Sets the number of threads to be allocted in this pool
// Sets the number of threads to be allocated in this pool
void setThreadCount(uint32_t count)
{
threads.clear();