Fix typo.

This commit is contained in:
LaiJF
2022-04-16 15:21:31 +08:00
committed by Mathias Agopian
parent ab9d1e5956
commit 1eceab0040

View File

@@ -65,7 +65,7 @@ public:
(JOB_STORAGE_SIZE_BYTES + sizeof(void*) - 1) / sizeof(void*);
// keep it first, so it's correctly aligned with all architectures
// this is were we store the job's data, typically a std::function<>
// this is where we store the job's data, typically a std::function<>
// v7 | v8
void* storage[JOB_STORAGE_SIZE_WORDS]; // 48 | 48
JobFunc function; // 4 | 8